contrib/imlib2/Pkgfile

20 lines
455 B
Plaintext

# Description: Powerful image loading and rendering library
# URL: http://enlightenment.org/Libraries/Imlib2/
# Maintainer: Han Boetes <han@mijncomputer.nl>
# Packager: Han Boetes <han@mijncomputer.nl>
# Depends on: libungif
name=imlib2
version=1.3.0
release=1
source="http://dl.sourceforge.net/enlightenment/imlib2-$version.tar.gz"
build()
{
cd imlib2-$version
./configure \
--prefix=/usr
make
make install DESTDIR=$PKG
}