wok diff perdition-pam/receipt @ rev 15140
brscan: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Aug 15 11:35:33 2013 +0000 (2013-08-15) |
parents | 7b13b3b4b836 |
children | 9e01bc6321ea |
line diff
1.1 --- a/perdition-pam/receipt Sun May 08 09:40:48 2011 +0000 1.2 +++ b/perdition-pam/receipt Thu Aug 15 11:35:33 2013 +0000 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="IMAP/POP proxy." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 SOURCE="perdition" 1.9 TARBALL="$SOURCE-$VERSION.tar.gz" 1.10 WEB_SITE="http://www.vergenet.net/linux/$SOURCE" 1.11 @@ -26,18 +27,18 @@ 1.12 --sysconfdir=/etc --localstatedir=/var \ 1.13 --mandir=/usr/share/man $CONFIGURE_ARGS && 1.14 make && 1.15 - make DESTDIR=$PWD/_pkg install 1.16 + make DESTDIR=$DESTDIR install 1.17 } 1.18 1.19 # Rules to gen a SliTaz package suitable for Tazpkg. 1.20 genpkg_rules() 1.21 { 1.22 mkdir -p $fs/usr/lib $fs/etc/openldap/schema 1.23 - cp -a $_pkg/etc $fs 1.24 + cp -a $install/etc $fs 1.25 rm -f $fs/etc/perdition/perdition.conf 1.26 cp -a ../$SOURCE/stuff/etc $fs 1.27 - cp -a $_pkg/usr/sbin $fs/usr 1.28 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.29 + cp -a $install/usr/sbin $fs/usr 1.30 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.31 for i in pop3 pop3s imap4 imap4s imaps; do 1.32 mkdir -p $fs/var/run/perdition.$i 1.33 done