wok-next diff procmail/receipt @ rev 16988
Add mate-system-monitor
author | Yuri Pourre <yuripourre@gmail.com> |
---|---|
date | Sat Aug 09 03:47:53 2014 -0300 (2014-08-09) |
parents | c390c1a5e082 |
children | d5aab818505e |
line diff
1.1 --- a/procmail/receipt Fri Sep 25 17:12:16 2009 +0200 1.2 +++ b/procmail/receipt Sat Aug 09 03:47:53 2014 -0300 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="mail processing and SmartList mailing list suites." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://www.procmail.org/" 1.10 WGET_URL="${WEB_SITE}$TARBALL" 1.11 @@ -16,13 +17,13 @@ 1.12 cd $src 1.13 find -name '*.c' | xargs sed -i 's/getline/get_line/' src/formisc.h 1.14 sed -i 's/exec <_autotst.rrr/cat _autotst.rrr |/' initmake 1.15 - yes '' | make VISIBLE_BINDIR=$PWD/_pkg/usr/bin 1.16 - make BINDIR=$PWD/_pkg/usr/bin install.bin 1.17 + yes '' | make VISIBLE_BINDIR=$DESTDIR/usr/bin 1.18 + make BINDIR=$DESTDIR/usr/bin install.bin 1.19 } 1.20 1.21 # Rules to gen a SliTaz package suitable for Tazpkg. 1.22 genpkg_rules() 1.23 { 1.24 - cp -a $_pkg/usr $fs 1.25 + cp -a $install/usr $fs 1.26 } 1.27