opt/popa3d/Pkgfile
2006-02-23 15:26:10 +00:00

18 lines
500 B
Plaintext

# 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
version=1.0
release=2
source=(http://www.openwall.com/popa3d/$name-$version.tar.gz \
$name-$version.patch popa3d)
build () {
cd $name-$version
patch -p1 < $SRC/$name-$version.patch
make
make DESTDIR=$PKG install
install -D -m 755 $SRC/popa3d $PKG/etc/rc.d/popa3d
}