summaryrefslogtreecommitdiffstats
path: root/libart_lgpl/Pkgfile
blob: b4c3cde50064a13fef60e643105a28eddc24dbbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Description: Librairie très performante pour les graphismes 2D
# URL: http://www.levien.com/libart/
# Packager: thierry1 at hispeed dot ch
# Maintainer: NuTyX core team

name=libart_lgpl
version=2.3.21
release=1
source=( http://ftp.gnome.org/pub/gnome/sources/$name/2.3/$name-$version.tar.bz2\
)



build() {
	cd $name-$version
	./configure --prefix=/usr \
		--mandir=/usr/share/man \
		--infodir=/usr/share/info \
                --disable-debug
	make
	make DESTDIR=$PKG install
}