summaryrefslogtreecommitdiffstats
path: root/extra/libotr/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-11 20:16:54 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-11 20:16:54 +0200
commit24f4ed9c14bf0e3963d9e9a86f4670d148b2f19e (patch)
treec4604dcd5e9646d3f654e02519ce6918c3f1bbd2 /extra/libotr/Pkgfile
parente75ceaabcae2bea621d05351123f3b1a1c3ca845 (diff)
downloadnutyx-extra-24f4ed9c14bf0e3963d9e9a86f4670d148b2f19e.tar.gz
nutyx-extra-24f4ed9c14bf0e3963d9e9a86f4670d148b2f19e.tar.bz2
nutyx-extra-24f4ed9c14bf0e3963d9e9a86f4670d148b2f19e.tar.xz
nutyx-extra-24f4ed9c14bf0e3963d9e9a86f4670d148b2f19e.zip
Ajout de libotr#3.2.0-1
Diffstat (limited to 'extra/libotr/Pkgfile')
-rwxr-xr-xextra/libotr/Pkgfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/extra/libotr/Pkgfile b/extra/libotr/Pkgfile
new file mode 100755
index 000000000..0ce8833ea
--- /dev/null
+++ b/extra/libotr/Pkgfile
@@ -0,0 +1,19 @@
+# Description: Librairie off the record
+# URL: http://www.cypherpunks.ca/otr/
+# Maintainer: NuTyX core team
+# Packager: fred.galusik at gmail dot com
+# Depends on: libgcrypt
+
+name=libotr
+version=3.2.0
+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
+}
+