opt/gimp/Pkgfile

21 lines
509 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# 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
2006-02-23 16:26:10 +01:00
name=gimp
2007-07-16 15:33:23 +02:00
version=2.2.17
2007-04-24 21:02:52 +02:00
release=1
2006-09-08 17:57:09 +02:00
source=(ftp://ftp.gimp.org/pub/gimp/v2.2/gimp-$version.tar.bz2)
2006-02-23 16:26:10 +01:00
build() {
cd gimp-$version
sed -i -e '/$(helpbrowser)/d' plug-ins/Makefile.in
./configure --prefix=/usr \
2006-09-09 17:34:45 +02:00
--mandir=/usr/man \
2006-02-23 16:26:10 +01:00
--disable-static
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/{gtk-doc,locale}
}