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