wok diff ssmtp/receipt @ rev 17715

aspell, libstatgrab, reiser4progs: add -ltinfo in LDFLAGS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 05 08:50:37 2015 +0100 (2015-03-05)
parents 458c82e6cb3c
children 9e01bc6321ea
line diff
     1.1 --- a/ssmtp/receipt	Fri Jun 01 12:22:01 2012 +0200
     1.2 +++ b/ssmtp/receipt	Thu Mar 05 08:50:37 2015 +0100
     1.3 @@ -5,13 +5,15 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="Extremely simple MTA to get mail off the system to a mailhub."
     1.6  MAINTAINER="rocky@slitaz.org"
     1.7 -DEPENDS="openssl"
     1.8 -BUILD_DEPENDS="openssl-dev"
     1.9 +LICENSE="GPL2"
    1.10  TARBALL="${PACKAGE}_${VERSION}.orig.tar.bz2"
    1.11  WEB_SITE="http://packages.debian.org/stable/mail/ssmtp"
    1.12  WGET_URL="http://ftp.debian.org/debian/pool/main/s/ssmtp/$TARBALL"
    1.13  CONFIG_FILES="/etc/ssmtp/ssmtp.conf /etc/ssmtp/revaliases"
    1.14  
    1.15 +DEPENDS="openssl"
    1.16 +BUILD_DEPENDS="openssl-dev"
    1.17 +
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20  {
    1.21 @@ -35,8 +37,8 @@
    1.22  genpkg_rules()
    1.23  {
    1.24      mkdir -p $fs/usr
    1.25 -    cp -a $_pkg/usr/sbin/ $fs/usr/
    1.26 -    cp -a $_pkg/etc/ $fs/
    1.27 +    cp -a $install/usr/sbin/ $fs/usr/
    1.28 +    cp -a $install/etc/ $fs/
    1.29  }
    1.30  
    1.31  post_install()