opt/popa3d/Pkgfile

18 lines
498 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: A tiny POP3 daemon designed with security as the primary goal
# URL: http://www.openwall.com/popa3d
# Maintainer: J<>rgen Daubert, juergen dot daubert at t-online dot de
name=popa3d
2006-05-24 07:14:57 +02:00
version=1.0.2
2006-03-12 12:12:18 +01:00
release=1
2006-02-23 16:26:10 +01:00
source=(http://www.openwall.com/popa3d/$name-$version.tar.gz \
2006-03-12 12:12:18 +01:00
$name-config.patch popa3d)
2006-02-23 16:26:10 +01:00
build () {
cd $name-$version
2006-03-12 12:12:18 +01:00
patch -p1 < $SRC/$name-config.patch
2006-02-23 16:26:10 +01:00
make
make DESTDIR=$PKG install
install -D -m 755 $SRC/popa3d $PKG/etc/rc.d/popa3d
}