summaryrefslogtreecommitdiffstats
path: root/libart_lgpl/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'libart_lgpl/Pkgfile')
-rwxr-xr-xlibart_lgpl/Pkgfile22
1 files changed, 22 insertions, 0 deletions
diff --git a/libart_lgpl/Pkgfile b/libart_lgpl/Pkgfile
new file mode 100755
index 000000000..b4c3cde50
--- /dev/null
+++ b/libart_lgpl/Pkgfile
@@ -0,0 +1,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
+}