wok-6.x diff procps/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 | 5e901ec8c377 |
children | 3ba8d2c9720d |
line diff
1.1 --- a/procps/receipt Thu Sep 01 19:40:56 2011 +0100 1.2 +++ b/procps/receipt Wed Feb 12 22:53:55 2014 +0100 1.3 @@ -5,12 +5,14 @@ 1.4 CATEGORY="utilities" 1.5 SHORT_DESC="The proc filesystem utilities." 1.6 MAINTAINER="paul@slitaz.org" 1.7 -DEPENDS="ncurses" 1.8 -BUILD_DEPENDS="ncurses-dev" 1.9 +LICENSE="GPL2" 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 WEB_SITE="http://procps.sourceforge.net/" 1.12 WGET_URL="http://procps.sourceforge.net/$TARBALL" 1.13 1.14 +DEPENDS="ncurses" 1.15 +BUILD_DEPENDS="ncurses-dev" 1.16 + 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 { 1.20 @@ -23,10 +25,10 @@ 1.21 genpkg_rules() 1.22 { 1.23 mkdir -p $fs/usr 1.24 - cp -a $_pkg/usr/bin $fs/usr 1.25 - cp -a $_pkg/bin $fs 1.26 - cp -a $_pkg/sbin $fs 1.27 - cp -a $_pkg/lib $fs 1.28 + cp -a $install/usr/bin $fs/usr 1.29 + cp -a $install/bin $fs 1.30 + cp -a $install/sbin $fs 1.31 + cp -a $install/lib $fs 1.32 } 1.33 1.34 # Overlap busybox