summaryrefslogtreecommitdiffstats
path: root/extra/libotr/Pkgfile
blob: 6c00d8652bf460f161a3cf6f00e6ff0dfe7c6c7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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
}