summaryrefslogtreecommitdiffstats
path: root/imlib2/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'imlib2/Pkgfile')
-rwxr-xr-ximlib2/Pkgfile14
1 files changed, 5 insertions, 9 deletions
diff --git a/imlib2/Pkgfile b/imlib2/Pkgfile
index f4825b917..acaacbe0f 100755
--- a/imlib2/Pkgfile
+++ b/imlib2/Pkgfile
@@ -6,17 +6,13 @@
# 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)
+version=1.4.5
+release=1
+source=(http://downloads.sourceforge.net/enlightenment/$name-$version.tar.bz2)
+
build() {
cd $name-$version
- patch -Np0 -i ../$name-$version-libpng15.patch
- ./configure --prefix=/usr \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info
+ ./configure --prefix=/usr
make
make DESTDIR=$PKG install
}
-