summaryrefslogtreecommitdiffstats
path: root/base/libart_lgpl/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 16:24:47 +0200
committertnut <tnut at nutyx dot com>2011-10-15 16:24:47 +0200
commit4ed7fa25be4a7368ee6da98ea6fd7daa34ac2260 (patch)
treec61f13e8aaaaa9f6f5e3c87d2fdd00f7c3c8e516 /base/libart_lgpl/Pkgfile
parent6e9fb0984a954d80e1c41e36e3f9447cdcbe0df5 (diff)
downloadnutyx-pakxe-4ed7fa25be4a7368ee6da98ea6fd7daa34ac2260.tar.gz
nutyx-pakxe-4ed7fa25be4a7368ee6da98ea6fd7daa34ac2260.tar.bz2
nutyx-pakxe-4ed7fa25be4a7368ee6da98ea6fd7daa34ac2260.tar.xz
nutyx-pakxe-4ed7fa25be4a7368ee6da98ea6fd7daa34ac2260.zip
libart_lgpl dans extra
Diffstat (limited to 'base/libart_lgpl/Pkgfile')
-rwxr-xr-xbase/libart_lgpl/Pkgfile22
1 files changed, 0 insertions, 22 deletions
diff --git a/base/libart_lgpl/Pkgfile b/base/libart_lgpl/Pkgfile
deleted file mode 100755
index b4c3cde50..000000000
--- a/base/libart_lgpl/Pkgfile
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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
-}