CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 201 -
(hide annotations)
Sun Oct 4 15:01:40 2009 UTC (3 years, 7 months ago) by cjg
File size: 425 byte(s)
Sun Oct 4 15:01:40 2009 UTC (3 years, 7 months ago) by cjg
File size: 425 byte(s)
importing opt
| 1 | cjg | 201 | # Description: Versatile mail delivery agent/filter |
| 2 | # URL: http://www.procmail.org/ | ||
| 3 | # Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de | ||
| 4 | |||
| 5 | name=procmail | ||
| 6 | version=3.22 | ||
| 7 | release=2 | ||
| 8 | source=(ftp://ftp.procmail.net/pub/procmail/$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 | } |