summaryrefslogtreecommitdiff
path: root/manualPorts/alpine/Pkgfile
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-05-27 10:13:52 +0200
committerErich Eckner <git@eckner.net>2018-05-27 10:13:52 +0200
commit14a8f5d3c7889f2046a008b1b1dc29f485ebb359 (patch)
tree644ebb60f7155dd5c139d233857684fbcd8546e6 /manualPorts/alpine/Pkgfile
downloadcrux-ports-14a8f5d3c7889f2046a008b1b1dc29f485ebb359.tar.xz
initial commit
Diffstat (limited to 'manualPorts/alpine/Pkgfile')
-rw-r--r--manualPorts/alpine/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/manualPorts/alpine/Pkgfile b/manualPorts/alpine/Pkgfile
new file mode 100644
index 0000000..b871216
--- /dev/null
+++ b/manualPorts/alpine/Pkgfile
@@ -0,0 +1,20 @@
+# Description: Apache licensed PINE mail user agent
+# URL: http://alpine.freeiz.com
+# Maintainer: Erich Eckner, crux at eckner dot net
+# Depends on: libldap krb5 gettext
+
+name=alpine
+version=2.21.999
+_commit=349642a
+release=1
+source=("http://repo.or.cz/alpine.git/snapshot/${_commit}.tar.gz")
+
+build() {
+
+ cd "alpine-${_commit}"
+
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+
+}