summaryrefslogtreecommitdiff
path: root/popa3d/Pkgfile
diff options
context:
space:
mode:
authorJohannes Winkelmann <jw@smts.ch>2006-02-23 15:26:10 +0000
committerJohannes Winkelmann <jw@smts.ch>2006-02-23 15:26:10 +0000
commitbdea7e6c6a535e57a07d376a3139d0788efaaa41 (patch)
tree1a7334c99fa39b1ad1a7a35c113b18cb0d92413c /popa3d/Pkgfile
downloadopt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.gz
opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.xz
create branch for 2.2
Diffstat (limited to 'popa3d/Pkgfile')
-rw-r--r--popa3d/Pkgfile17
1 files changed, 17 insertions, 0 deletions
diff --git a/popa3d/Pkgfile b/popa3d/Pkgfile
new file mode 100644
index 000000000..c7968ff1e
--- /dev/null
+++ b/popa3d/Pkgfile
@@ -0,0 +1,17 @@
+# 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
+}

Generated by cgit