summaryrefslogtreecommitdiffstats
path: root/libgadu/Pkgfile
blob: 707c0e54aad3daf48ad7ec1d2d70eaf6eb1242a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Description:	Librairie pour le protocol de messagerie instantanée Gadu-gadu
# URL: http://toxygen.net/libgadu
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch

name=libgadu
version=1.11.2
release=1
source=(http://toxygen.net/$name/files/$name-$version.tar.gz)

build() {
	cd $name-$version
	./configure \
		--prefix=/usr
	make
	make DESTDIR=$PKG install
}