wok rev 1821

Add: ndiswrapper-utils .
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Fri Dec 05 23:10:41 2008 +0100 (2008-12-05)
parents 45d974386ace
children 2fa039deb90f
files ndiswrapper-utils/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/ndiswrapper-utils/receipt	Fri Dec 05 23:10:41 2008 +0100
     1.3 @@ -0,0 +1,26 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="ndiswrapper-utils"
     1.7 +VERSION="1.53"
     1.8 +CATEGORY="system-tools"
     1.9 +SHORT_DESC="ndiswrapper utilities."
    1.10 +MAINTAINER="erjo@slitaz.org"
    1.11 +DEPENDS="ndiswrapper perl"
    1.12 +BUILD_DEPENDS=""
    1.13 +SOURCE="ndiswrapper"
    1.14 +TARBALL="$SOURCE-$VERSION.tar.gz"
    1.15 +WANTED="ndiswrapper"
    1.16 +WEB_SITE="http://ndiswrapper.sourceforge.net/joomla/"
    1.17 +
    1.18 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.19 +genpkg_rules()
    1.20 +{
    1.21 +	
    1.22 +	src=${WOK}/${WANTED}/${WANTED}-${VERSION}
    1.23 +	
    1.24 +	mkdir -p $fs/usr/sbin $fs/sbin 
    1.25 +	
    1.26 +	# Install utilities	
    1.27 +	install -o root -m 755 $src/utils/ndiswrapper $fs/usr/sbin/
    1.28 +	install -o root -m 755 $src/utils/ndiswrapper-buginfo $fs/usr/sbin/
    1.29 +}