opt/gimp/Pkgfile

26 lines
687 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
2012-10-11 17:08:07 +02:00
# Depends on: libart_lgpl, xorg-libxmu, xorg-libxpm, 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
2013-08-23 21:11:47 +02:00
version=2.8.6
2012-10-11 17:08:07 +02:00
release=1
source=(ftp://ftp.gimp.org/pub/gimp/v2.8/gimp-$version.tar.bz2)
2009-10-08 21:19:37 +02:00
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}
}