wok annotate usbip-module/receipt @ rev 8102

Fixed usbip.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Jan 22 19:20:50 2011 +0000 (2011-01-22)
parents f306d126580e
children
rev   line source
pascal@1507 1 # SliTaz package receipt.
pascal@1507 2
pascal@1507 3 PACKAGE="usbip-module"
pascal@2065 4 VERSION="0.1.7"
pascal@1507 5 CATEGORY="base-system"
pascal@1507 6 SHORT_DESC="general USB device sharing system over IP network, kernel modules."
pascal@1507 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@2926 8 DEPENDS="linux"
pascal@1507 9 WEB_SITE="http://usbip.sourceforge.net/"
pascal@1507 10 WANTED="usbip"
pascal@1507 11
pascal@1507 12 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1507 13 genpkg_rules()
pascal@1507 14 {
slaxemulator@8102 15 KERNEL_VERSION=`grep ^VERSION= $WOK/linux/receipt | cut -d "=" -f2 | sed -e 's/"//g'`
slaxemulator@8102 16 EXTRAVERSION=_${KERNEL_VERSION}
pascal@1507 17 cp -a $_pkg/lib $fs
pascal@1507 18 }
pascal@1507 19
pascal@1507 20 # Post install/remove commands for Tazpkg.
pascal@1507 21 post_install()
pascal@1507 22 {
pascal@2926 23 chroot "$1/" depmod -a ${EXTRAVERSION#_}-slitaz
pascal@1507 24 }
pascal@1507 25
pascal@1507 26 post_remove()
pascal@1507 27 {
pascal@1507 28 depmod -a
pascal@1507 29 }