2006-02-23 15:26:10 +00:00
|
|
|
# Description: The GIMP
|
|
|
|
# URL: http://www.gimp.org/
|
|
|
|
# Maintainer: Matt Housh, jaeger at morpheus dot net
|
|
|
|
# Depends on: freetype, x11, gtk, gimp-print, libart_lgpl, p5-xml-parser
|
|
|
|
|
|
|
|
name=gimp
|
2006-09-08 15:57:09 +00:00
|
|
|
version=2.2.13
|
2006-09-09 15:34:45 +00:00
|
|
|
release=2
|
2006-09-08 15:57:09 +00:00
|
|
|
source=(ftp://ftp.gimp.org/pub/gimp/v2.2/gimp-$version.tar.bz2)
|
2006-02-23 15:26:10 +00:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd gimp-$version
|
|
|
|
sed -i -e '/$(helpbrowser)/d' plug-ins/Makefile.in
|
|
|
|
./configure --prefix=/usr \
|
2006-09-09 15:34:45 +00:00
|
|
|
--mandir=/usr/man \
|
2006-02-23 15:26:10 +00:00
|
|
|
--disable-static
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
rm -rf $PKG/usr/share/{gtk-doc,locale}
|
|
|
|
}
|