wok diff ssmtp/receipt @ rev 10936
fusecloop: fix index convertion
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Aug 27 17:16:27 2011 +0200 (2011-08-27) |
parents | be13f25e790b |
children | 33569d1190f4 |
line diff
1.1 --- a/ssmtp/receipt Sun Feb 20 06:53:59 2011 +0000 1.2 +++ b/ssmtp/receipt Sat Aug 27 17:16:27 2011 +0200 1.3 @@ -6,6 +6,7 @@ 1.4 SHORT_DESC="Extremely simple MTA to get mail off the system to a mailhub." 1.5 MAINTAINER="rocky@slitaz.org" 1.6 DEPENDS="openssl" 1.7 +BUILD_DEPENDS="openssl-dev" 1.8 TARBALL="${PACKAGE}_${VERSION}.orig.tar.gz" 1.9 WEB_SITE="http://packages.debian.org/stable/mail/ssmtp" 1.10 WGET_URL="http://ftp.debian.org/debian/pool/main/s/ssmtp/$TARBALL" 1.11 @@ -24,9 +25,9 @@ 1.12 make && 1.13 1.14 # Install 1.15 - mkdir -p $PWD/_pkg/usr/sbin $PWD/_pkg/etc/ssmtp 1.16 - cp ssmtp $PWD/_pkg/usr/sbin 1.17 - cp revaliases ssmtp.conf $PWD/_pkg/etc/ssmtp 1.18 + mkdir -p $DESTDIR/usr/sbin $DESTDIR/etc/ssmtp 1.19 + cp ssmtp $DESTDIR/usr/sbin 1.20 + cp revaliases ssmtp.conf $DESTDIR/etc/ssmtp 1.21 } 1.22 1.23 # Rules to gen a SliTaz package suitable for Tazpkg.