opt/imlib2/Pkgfile

23 lines
654 B
Plaintext

# Description: A fast image manipulation library
# URL: http://freshmeat.net/projects/imlib2/
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Packager: Matt Housh, jaeger at morpheus dot net
# Depends on: freetype, libid3tag, libpng, libtiff, giflib, xorg-libsm, xorg-libxext
name=imlib2
version=1.4.8
release=1
source=(http://download.sourceforge.net/enlightenment/$name-$version.tar.bz2 \
https://gitweb.gentoo.org/repo/gentoo.git/plain/media-libs/$name/files/$name-$version-gif-oob.patch)
build() {
cd $name-$version
patch -p1 -i $SRC/$name-$version-gif-oob.patch
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}