contrib/imlib/Pkgfile

26 lines
604 B
Plaintext
Raw Normal View History

2007-05-08 02:51:20 +02:00
# Description: An image loading and rendering library for X11R6.
# URL: http://ftp.acc.umu.se/pub/GNOME/sources/imlib/1.9/
2008-03-26 03:45:31 +01:00
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
2007-05-08 02:51:20 +02:00
# Packager: Daniel Mueller, daniel at danm dot de
2008-03-14 11:05:48 +01:00
# Depends on: gtk1 libungif libtiff
2007-05-08 02:51:20 +02:00
name=imlib
version=1.9.15
release=1
source=(http://ftp.gnome.org/pub/GNOME/sources/imlib/${version%.*}/imlib-$version.tar.bz2
imlib-$version.patch)
build() {
cd imlib-$version
# Security patch
patch -p1 -i $SRC/imlib-$version.patch
./configure \
--prefix=/usr \
--disable-modules
make
make DESTDIR=$PKG install
}