From 24f4ed9c14bf0e3963d9e9a86f4670d148b2f19e Mon Sep 17 00:00:00 2001 From: Thierry N Date: Tue, 11 Aug 2009 20:16:54 +0200 Subject: Ajout de libotr#3.2.0-1 --- extra/libotr/Pkgfile | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100755 extra/libotr/Pkgfile (limited to 'extra/libotr/Pkgfile') 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 +} + -- cgit v1.2.3-70-g09d2