# Description: A tiny POP3 daemon designed with security as the primary goal # URL: http://www.openwall.com/popa3d # Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de name=popa3d version=1.0.2 release=1 source=(http://www.openwall.com/popa3d/$name-$version.tar.gz \ $name-config.patch popa3d) build () { cd $name-$version patch -p1 < $SRC/$name-config.patch make make DESTDIR=$PKG install install -D -m 755 $SRC/popa3d $PKG/etc/rc.d/popa3d }