SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "isapnptools"

# SliTaz package receipt.

PACKAGE="isapnptools"
VERSION="1.27"
CATEGORY="system-tools"
SHORT_DESC="ISA Plug-And-Play configuration."
MAINTAINER="pascal.bellard@slitaz.org"
LICENSE="GPL2"
TARBALL="$PACKAGE-$VERSION.tgz"
WEB_SITE="https://web.archive.org/web/20140210040320/http://www.roestock.demon.co.uk/isapnptools/"
WGET_URL="http://metalab.unc.edu/pub/Linux/system/hardware/$TARBALL"

current_version()
{
    wget -O - $(dirname $WGET_URL) 2>/dev/null | \
    sed "/$PACKAGE-/!d;/lsm/!d;s|.*$PACKAGE-\\(.*\\).lsm.*\".*|\\1|;q"
}

# Rules to configure and make the package.
compile_rules()
{
    sed -i 's/pnpdump_main.$(OBJEXT)/isapnp_main.$(OBJEXT) &/' src/Makefile.*
    sed -i 's/return/if (!strcmp(basename(argv[0]),"isapnp")) return (isapnp_main(argc, argv));\n&/' src/pnpdump.c
    ./configure --prefix=/usr --bindir=/bin \
        --libexecdir=/usr/bin --mandir=/usr/share/man \
        $CONFIGURE_ARGS &&
    make &&
    make DESTDIR=$DESTDIR install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    # move /usr/sbin/* /sbin to use pnptools *before* mounting /usr
    mkdir -p $fs/sbin
    cp -a $install/usr/sbin/pnpdump $fs/sbin
    ln $fs/sbin/pnpdump $fs/sbin/isapnp
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)