summaryrefslogtreecommitdiff
path: root/manualPorts/libotr/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'manualPorts/libotr/Pkgfile')
-rw-r--r--manualPorts/libotr/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/manualPorts/libotr/Pkgfile b/manualPorts/libotr/Pkgfile
new file mode 100644
index 0000000..b280025
--- /dev/null
+++ b/manualPorts/libotr/Pkgfile
@@ -0,0 +1,18 @@
+# Description: portable OTR Messaging Library
+# URL: http://www.cypherpunks.ca/otr
+# Maintainer: Erich Eckner, crux at eckner dot net
+# Packager: Niklas Wennerstrand, niklas at netsplit dot nu
+# Depends on:
+
+name=libotr
+version=4.1.1
+release=1
+source=(http://www.cypherpunks.ca/otr/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+
+ ./configure --prefix=/usr --mandir=/usr/share/man
+ make
+ make DESTDIR=$PKG install
+}