diff options
Diffstat (limited to 'extra/libotr/Pkgfile')
-rwxr-xr-x | extra/libotr/Pkgfile | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/extra/libotr/Pkgfile b/extra/libotr/Pkgfile deleted file mode 100755 index 5afe9a592..000000000 --- a/extra/libotr/Pkgfile +++ /dev/null @@ -1,21 +0,0 @@ -# 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 -# Run 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 -} - - |