imlib: lets use the stable release now that it works.

This commit is contained in:
Han Boetes 2006-12-02 02:26:41 +01:00
parent e569043c5f
commit 06847eb091
2 changed files with 7 additions and 13 deletions

View File

@ -0,0 +1 @@
00b724fc6d2dcfa3045bb6a554bb2c8a imlib2-1.3.0.tar.gz

View File

@ -1,26 +1,19 @@
# Description: Powerful image loading and rendering library # Description: Powerful image loading and rendering library
# URL: http://www.enlightenment.org/ # URL: http://enlightenment.org/Libraries/Imlib2/
# Maintainer: Han Boetes <han@mijncomputer.nl> # Maintainer: Han Boetes <han@mijncomputer.nl>
# Packager: Han Boetes <han@mijncomputer.nl> # Packager: Han Boetes <han@mijncomputer.nl>
# Depends on: libungif # Depends on: libungif
name=imlib2 name=imlib2
version=cvs version=1.3.0
release=1 release=1
source="http://dl.sourceforge.net/enlightenment/imlib2-$version.tar.gz"
build() build()
{ {
cd $PKGMK_SOURCE_DIR cd imlib2-$version
if cd e17/libs/$name ; then ./configure \
cvs -z3 -q up -dAP --prefix=/usr
else
cvs -z3 -q -d :pserver:anonymous@anoncvs.enlightenment.org:/var/cvs/e co e17/libs/$name
fi
cp -r $PKGMK_SOURCE_DIR/e17/libs/$name $SRC
cd $SRC/$name
./autogen.sh --prefix=/usr
make make
make install DESTDIR=$PKG make install DESTDIR=$PKG
} }