maildrop: updated pcre

This commit is contained in:
Juergen Daubert 2008-08-29 12:20:07 +02:00
parent b1a44a1f5c
commit dcd24b6741
2 changed files with 4 additions and 4 deletions

View File

@ -1,2 +1,2 @@
6a760efe429716ab0be67a1ddc554ed7 maildrop-2.0.4.tar.bz2
b97e3bb84bd665e0fbb7a90344d65a43 pcre-7.0.tar.bz2
4b2e9cde1f7227448dddba59843efa0b pcre-7.7.tar.bz2

View File

@ -5,12 +5,12 @@
name=maildrop
version=2.0.4
release=1
release=2
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)
ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-7.7.tar.bz2)
build () {
cd pcre-7.0
cd pcre-7.7
./configure --prefix=/ --enable-shared=no
make
make DESTDIR=$SRC install