wok diff cyrus-imapd/receipt @ rev 6615
Up: imlib2, imlib2-dev to 1.4.4.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Oct 09 20:29:32 2010 +0000 (2010-10-09) |
parents | ee71defcb545 |
children | a1644dbcf632 |
line diff
1.1 --- a/cyrus-imapd/receipt Wed Mar 03 17:48:04 2010 +0100 1.2 +++ b/cyrus-imapd/receipt Sat Oct 09 20:29:32 2010 +0000 1.3 @@ -1,14 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="cyrus-imapd" 1.7 -VERSION="2.2.12" 1.8 +VERSION="2.3.16" 1.9 CATEGORY="network" 1.10 SHORT_DESC="IMAP server." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.13 WEB_SITE="http://cyrusimap.web.cmu.edu/" 1.14 WGET_URL="ftp://ftp.andrew.cmu.edu/pub/cyrus/$TARBALL" 1.15 -BUILD_DEPENDS="libcomerr-dev cyrus-sasl cyrus-sasl-dev openssl-dev db-dev" 1.16 +BUILD_DEPENDS="libcomerr-dev cyrus-sasl cyrus-sasl-dev openssl-dev db-dev perl" 1.17 DEPENDS="libcomerr cyrus-sasl openssl db perl libwrap slitaz-base-files \ 1.18 net-snmp" 1.19 CONFIG_FILES="/etc/imapd.conf /etc/cyrus.conf" 1.20 @@ -17,16 +17,6 @@ 1.21 compile_rules() 1.22 { 1.23 cd $src 1.24 - while read arg file; do 1.25 - [ -f done.$file ] && continue 1.26 - echo "Apply $file..." 1.27 - patch $arg < ../stuff/$file 1.28 - touch done.$file 1.29 - done << EOT 1.30 --p1 50-FTBFS-gcc-4.0-fix.dpatch 1.31 --p0 p1.patch 1.32 --p0 p2.patch 1.33 -EOT 1.34 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.35 --with-service-path=/usr/lib/cyrus \ 1.36 --with-cyrus-prefix=/usr/lib/cyrus \ 1.37 @@ -42,8 +32,8 @@ 1.38 cp -a $_pkg/usr/bin $fs/usr 1.39 cp -a $_pkg/usr/lib/cyrus $fs/usr/lib 1.40 cp -a $_pkg/usr/lib/perl5 $fs/usr/lib 1.41 - strip -s $fs/usr/lib/cyrus/bin/* 1.42 - cp $src/tools/mkimap $fs/usr/lib/cyrus/bin 1.43 + strip -s $fs/usr/lib/cyrus/* 1.44 + cp $src/tools/mkimap $fs/usr/lib/cyrus 1.45 cp -a stuff/etc $fs 1.46 cp $src/master/conf/small.conf $fs/etc/cyrus.conf 1.47 for i in proc db socket log msg ptclient; do