wok-6.x rev 2996
Remove atl1e
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon May 11 21:07:26 2009 +0200 (2009-05-11) |
parents | babed361ea77 |
children | 09588e205d31 |
files | atl1e/receipt |
line diff
1.1 --- a/atl1e/receipt Mon May 11 20:40:38 2009 +0200 1.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 1.3 @@ -1,34 +0,0 @@ 1.4 -# SliTaz package receipt. 1.5 - 1.6 -PACKAGE="atl1e" 1.7 -VERSION="1.0.1.0" 1.8 -CATEGORY="system-tools" 1.9 -SHORT_DESC="SliTaz EeePC scripts and configurations files." 1.10 -DEPENDS="linux" 1.11 -BUILD_DEPENDS="linux-source" 1.12 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.13 -MAINTAINER="pankso@slitaz.org" 1.14 -WEB_SITE="http://asus.com/" 1.15 -WGET_URL="http://mirror.slitaz.org/sources/packages/a/$TARBALL" 1.16 - 1.17 -# Rules to configure and make the package. 1.18 -compile_rules() 1.19 -{ 1.20 - cd $src/src 1.21 - make 1.22 - find $src/src -name "*.ko" -exec lzma e '{}' '{}'.gz \; 1.23 -} 1.24 - 1.25 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.26 -genpkg_rules() 1.27 -{ 1.28 - KVER=`grep ^VERSION= $WOK/linux-source/receipt | cut -d "=" -f2 | sed -e 's/"//g'` 1.29 - mkdir -p $fs/lib/modules/${KVER}-slitaz/kernel/drivers/net/atl1e 1.30 - cp $src/src/atl1e.ko.gz \ 1.31 - $fs/lib/modules/${KVER}-slitaz/kernel/drivers/net/atl1e 1.32 -} 1.33 - 1.34 -post_install() 1.35 -{ 1.36 - chroot "$1/" depmod -a ${EXTRAVERSION#_}-slitaz 1.37 -}