wok rev 8319

Removed usbip-module. Not need anymore since with have linux-usbip.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Feb 01 03:48:00 2011 +0000 (2011-02-01)
parents 09c53e5c1062
children db8d0c9765c8
files usbip-module/receipt
line diff
     1.1 --- a/usbip-module/receipt	Tue Feb 01 03:41:08 2011 +0000
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,29 +0,0 @@
     1.4 -# SliTaz package receipt.
     1.5 -
     1.6 -PACKAGE="usbip-module"
     1.7 -VERSION="0.1.7"
     1.8 -CATEGORY="base-system"
     1.9 -SHORT_DESC="general USB device sharing system over IP network, kernel modules."
    1.10 -MAINTAINER="pascal.bellard@slitaz.org"
    1.11 -DEPENDS="linux"
    1.12 -WEB_SITE="http://usbip.sourceforge.net/"
    1.13 -WANTED="usbip"
    1.14 -
    1.15 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.16 -genpkg_rules()
    1.17 -{
    1.18 -	KERNEL_VERSION=`grep  ^VERSION= $WOK/linux/receipt | cut -d "=" -f2 | sed -e 's/"//g'`
    1.19 -	EXTRAVERSION=_${KERNEL_VERSION}
    1.20 -	cp -a $_pkg/lib $fs
    1.21 -}
    1.22 -
    1.23 -# Post install/remove commands for Tazpkg.
    1.24 -post_install()
    1.25 -{
    1.26 -	chroot "$1/" depmod -a ${EXTRAVERSION#_}-slitaz
    1.27 -}
    1.28 -
    1.29 -post_remove()
    1.30 -{
    1.31 -	depmod -a
    1.32 -}