summaryrefslogtreecommitdiffstats
path: root/base/libart_lgpl/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-01-26 22:45:13 +0100
committertnut <thierryn1 at hispeed dot ch>2010-01-26 22:45:13 +0100
commitf106a701bfb0a3d22de521a111df5d2d5ae23ef7 (patch)
tree45a8fcaa660a75b40891162ffada22e87b6ab1ce /base/libart_lgpl/Pkgfile
parentd6e1eeabdc3fb2a53af9bb93d52970bd2aa9897e (diff)
downloadnutyx-pakxe-f106a701bfb0a3d22de521a111df5d2d5ae23ef7.tar.gz
nutyx-pakxe-f106a701bfb0a3d22de521a111df5d2d5ae23ef7.tar.bz2
nutyx-pakxe-f106a701bfb0a3d22de521a111df5d2d5ae23ef7.tar.xz
nutyx-pakxe-f106a701bfb0a3d22de521a111df5d2d5ae23ef7.zip
libart_lgpl, déplacé dans base
Diffstat (limited to 'base/libart_lgpl/Pkgfile')
-rwxr-xr-xbase/libart_lgpl/Pkgfile23
1 files changed, 23 insertions, 0 deletions
diff --git a/base/libart_lgpl/Pkgfile b/base/libart_lgpl/Pkgfile
new file mode 100755
index 000000000..d1c8588e8
--- /dev/null
+++ b/base/libart_lgpl/Pkgfile
@@ -0,0 +1,23 @@
+# 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
+# Depends on: fontconfig
+
+name=libart_lgpl
+version=2.3.20
+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
+}