summaryrefslogtreecommitdiffstats
path: root/imlib2/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2012-05-12 12:49:31 +0200
committertnut <thierryn1 at hispeed dot ch>2012-05-12 12:49:31 +0200
commit4836b2fb1528df9d27ca73bb03108a61133e505e (patch)
treef3fbfd6e63a9328f2c153197de856ad181ab2ff1 /imlib2/Pkgfile
parentd300a51ff7ef3a9eb28ef268e9fc33f51e4e044d (diff)
downloadnutyx-pakxe-4836b2fb1528df9d27ca73bb03108a61133e505e.tar.gz
nutyx-pakxe-4836b2fb1528df9d27ca73bb03108a61133e505e.tar.bz2
nutyx-pakxe-4836b2fb1528df9d27ca73bb03108a61133e505e.tar.xz
nutyx-pakxe-4836b2fb1528df9d27ca73bb03108a61133e505e.zip
imlib2, ajout
Diffstat (limited to 'imlib2/Pkgfile')
-rwxr-xr-ximlib2/Pkgfile22
1 files changed, 22 insertions, 0 deletions
diff --git a/imlib2/Pkgfile b/imlib2/Pkgfile
new file mode 100755
index 000000000..f4825b917
--- /dev/null
+++ b/imlib2/Pkgfile
@@ -0,0 +1,22 @@
+# Description: Librairie pour la gestion d'images de facon plus efficace que imlib
+# URL: http://sourceforge.net/projects/enlightenment
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: aalib, libid3tag, giflib, xorg-libxext, libtiff, freetype, xorg-libsm
+# Run on: aalib,libid3tag,giflib,xorg-libxext,libtiff,freetype,xorg-libsm
+
+name=imlib2
+version=1.4.4
+release=3
+source=(http://downloads.sourceforge.net/enlightenment/$name-$version.tar.gz\
+ http://nutyx.meticul.eu/files/patchs/$name/$name-$version-libpng15.patch)
+build() {
+ cd $name-$version
+ patch -Np0 -i ../$name-$version-libpng15.patch
+ ./configure --prefix=/usr \
+ --mandir=/usr/share/man \
+ --infodir=/usr/share/info
+ make
+ make DESTDIR=$PKG install
+}
+