opt/gimp/Pkgfile

26 lines
698 B
Plaintext
Raw Normal View History

2009-10-08 21:19:37 +02:00
# Description: The GIMP
# URL: http://www.gimp.org/
# Maintainer: Thomas Penteker, tek at serverop dot de
# Packager: Simone Rota, sip at crux dot nu
# Depends on: libart_lgpl, xorg-libxmu, xorg-libxpm, intltool, gegl
2011-05-17 09:50:31 +02:00
# Nice to have: gimp-print, libsdl, ghostscript, librsvg, libmng
2009-10-08 21:19:37 +02:00
name=gimp
2012-02-14 23:09:27 +01:00
version=2.6.12
2010-02-07 19:30:36 +01:00
release=2
2009-10-08 21:19:37 +02:00
source=(ftp://ftp.gimp.org/pub/gimp/v2.6/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 \
--disable-python \
--disable-nls \
--without-webkit
2009-10-08 21:19:37 +02:00
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/{gtk-doc,locale}
}