opt/gimp/Pkgfile
2007-07-16 08:33:23 -05:00

21 lines
509 B
Plaintext

# Description: The GIMP
# URL: http://www.gimp.org/
# Maintainer: Matt Housh, jaeger at morpheus dot net
# Depends on: gtk, libart_lgpl, libexif, xorg-libxmu, xorg-libxpm, gimp-print
name=gimp
version=2.2.17
release=1
source=(ftp://ftp.gimp.org/pub/gimp/v2.2/gimp-$version.tar.bz2)
build() {
cd gimp-$version
sed -i -e '/$(helpbrowser)/d' plug-ins/Makefile.in
./configure --prefix=/usr \
--mandir=/usr/man \
--disable-static
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/{gtk-doc,locale}
}