# HG changeset patch # User Christopher Rogers # Date 1296532080 0 # Node ID a6ee492d79c4e1916355bfc711c16c3b21eba4e5 # Parent 09c53e5c10629b11c87d2ab365c5e1b42d021b7b Removed usbip-module. Not need anymore since with have linux-usbip. diff -r 09c53e5c1062 -r a6ee492d79c4 usbip-module/receipt --- a/usbip-module/receipt Tue Feb 01 03:41:08 2011 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,29 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="usbip-module" -VERSION="0.1.7" -CATEGORY="base-system" -SHORT_DESC="general USB device sharing system over IP network, kernel modules." -MAINTAINER="pascal.bellard@slitaz.org" -DEPENDS="linux" -WEB_SITE="http://usbip.sourceforge.net/" -WANTED="usbip" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - KERNEL_VERSION=`grep ^VERSION= $WOK/linux/receipt | cut -d "=" -f2 | sed -e 's/"//g'` - EXTRAVERSION=_${KERNEL_VERSION} - cp -a $_pkg/lib $fs -} - -# Post install/remove commands for Tazpkg. -post_install() -{ - chroot "$1/" depmod -a ${EXTRAVERSION#_}-slitaz -} - -post_remove() -{ - depmod -a -}