Subversion Repository

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1190 - (show annotations)
Sun Oct 4 15:12:59 2009 UTC (3 years, 7 months ago) by cjg
File size: 414 byte(s)
procmail: fixed to 3.22-2
1 # Description: Versatile mail delivery agent/filter
2 # URL: http://www.procmail.org/
3 # Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
4
5 name=procmail
6 version=3.22
7 release=2
8 source=(http://www.procmail.org/$name-$version.tar.gz)
9
10 build() {
11 cd $name-$version
12 make CFLAGS0="$CFLAGS" LOCKINGTEST=/tmp all
13 make BASENAME=$PKG/usr install
14 make BASENAME=$PKG/usr install-suid
15 }