wok-6.x diff cyrus-imapd/receipt @ rev 17208
pcmanfm: fix build:add libfm-gtk
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Thu Oct 09 20:42:50 2014 +0200 (2014-10-09) |
parents | 3ef10cee1665 |
children | 85b0b0c37b5d |
line diff
1.1 --- a/cyrus-imapd/receipt Sun Nov 17 18:13:51 2013 +0000 1.2 +++ b/cyrus-imapd/receipt Thu Oct 09 20:42:50 2014 +0200 1.3 @@ -5,14 +5,16 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="IMAP server." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="BSD" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://cyrusimap.web.cmu.edu/" 1.10 WGET_URL="ftp://ftp.cyrusimap.org/$PACKAGE/$TARBALL" 1.11 +CONFIG_FILES="/etc/imapd.conf /etc/cyrus.conf" 1.12 + 1.13 BUILD_DEPENDS="libcomerr libcomerr-dev cyrus-sasl cyrus-sasl-dev openssl-dev \ 1.14 db-dev perl" 1.15 DEPENDS="libcomerr cyrus-sasl openssl db perl libwrap slitaz-base-files \ 1.16 net-snmp" 1.17 -CONFIG_FILES="/etc/imapd.conf /etc/cyrus.conf" 1.18 1.19 # Rules to configure and make the package. 1.20 compile_rules() 1.21 @@ -31,9 +33,9 @@ 1.22 genpkg_rules() 1.23 { 1.24 mkdir -p $fs/usr/lib $fs/var/imap $fs/var/spool/imap/stage. 1.25 - cp -a $_pkg/usr/bin $fs/usr 1.26 - cp -a $_pkg/usr/lib/cyrus $fs/usr/lib 1.27 - cp -a $_pkg/usr/lib/perl5 $fs/usr/lib 1.28 + cp -a $install/usr/bin $fs/usr 1.29 + cp -a $install/usr/lib/cyrus $fs/usr/lib 1.30 + cp -a $install/usr/lib/perl5 $fs/usr/lib 1.31 strip -s $fs/usr/lib/cyrus/* 1.32 cp $src/tools/mkimap $fs/usr/lib/cyrus 1.33 cp -a $stuff/etc $fs