maildrop: update to 2.0.4

This commit is contained in:
Juergen Daubert 2007-04-23 16:26:14 +02:00
parent 17e9b9fc14
commit 7ca1bbc538
3 changed files with 8 additions and 2 deletions

View File

@ -5,6 +5,8 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/mailbot
-rwxr-xr-x root/root usr/bin/maildirmake
-rwxr-xr-x root/root usr/bin/maildrop
-rwxr-xr-x root/root usr/bin/makedat
-rwxr-xr-x root/root usr/bin/makedatprog
-rwxr-xr-x root/root usr/bin/makemime
-rwxr-xr-x root/root usr/bin/reformail
-rwxr-xr-x root/root usr/bin/reformime
@ -14,6 +16,7 @@ drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/mailbot.1.gz
-rw-r--r-- root/root usr/man/man1/maildirmake.1.gz
-rw-r--r-- root/root usr/man/man1/maildrop.1.gz
-rw-r--r-- root/root usr/man/man1/makedat.1.gz
-rw-r--r-- root/root usr/man/man1/makemime.1.gz
-rw-r--r-- root/root usr/man/man1/reformail.1.gz
-rw-r--r-- root/root usr/man/man1/reformime.1.gz

View File

@ -1,2 +1,2 @@
800ad722584ae5b9b012f912d5353f14 maildrop-2.0.3.tar.bz2
6a760efe429716ab0be67a1ddc554ed7 maildrop-2.0.4.tar.bz2
b97e3bb84bd665e0fbb7a90344d65a43 pcre-7.0.tar.bz2

View File

@ -4,7 +4,7 @@
# Depends on: gdbm
name=maildrop
version=2.0.3
version=2.0.4
release=1
source=(http://dl.sourceforge.net/sourceforge/courier/$name-$version.tar.bz2 \
ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-7.0.tar.bz2)
@ -16,12 +16,15 @@ build () {
make DESTDIR=$SRC install
cd $SRC/$name-$version
sed -i '/^MAILDROPMAN/s/=/= makedat.1/' Makefile.in
CPPFLAGS="-I$SRC/include" LDFLAGS="-L$SRC/lib" \
./configure --prefix=/usr \
--with-db=gdbm \
--disable-tempdir
make
make DESTDIR=$PKG install
chown root:root $PKG/usr/bin/{maildrop,lockmail}
rm -r $PKG/usr/{include,lib,man/man3,share}
}