wok-6.x diff atm-tools/receipt @ rev 15894
libnl: remove devel files (save space on ISO)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Feb 12 22:53:55 2014 +0100 (2014-02-12) |
parents | d5acb4e6cacf |
children | 7f39549720b8 |
line diff
1.1 --- a/atm-tools/receipt Sat Feb 25 15:23:16 2012 +0100 1.2 +++ b/atm-tools/receipt Wed Feb 12 22:53:55 2014 +0100 1.3 @@ -5,13 +5,15 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="User space tools for atm." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 SOURCE="linux-atm" 1.9 TARBALL="$SOURCE-$VERSION.tar.gz" 1.10 -BUILD_DEPENDS="flex" 1.11 WEB_SITE="http://$SOURCE.sourceforge.net/" 1.12 WGET_URL="$SF_MIRROR/$SOURCE/$TARBALL" 1.13 CONFIG_FILES="/etc/atmsigd.conf" 1.14 1.15 +BUILD_DEPENDS="flex" 1.16 + 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 { 1.20 @@ -27,9 +29,9 @@ 1.21 genpkg_rules() 1.22 { 1.23 mkdir -p $fs/usr/lib 1.24 - cp -a $_pkg/etc $fs 1.25 - cp -a $_pkg/usr/bin $fs/usr 1.26 - cp -a $_pkg/usr/sbin $fs/usr 1.27 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.28 + cp -a $install/etc $fs 1.29 + cp -a $install/usr/bin $fs/usr 1.30 + cp -a $install/usr/sbin $fs/usr 1.31 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.32 } 1.33