summaryrefslogtreecommitdiff
path: root/gimp/Pkgfile
blob: e06b9c3ec114a4e0f98cf6da54b029a48f8a8a4e (plain)
    1 # Description: The GIMP
    2 # URL: http://www.gimp.org/
    3 # Maintainer: Matt Housh, jaeger at crux dot nu
    4 # Depends on: gtk, libart_lgpl, xorg-libxmu, xorg-libxpm
    5 
    6 # Nice to have: gimp-print
    7 
    8 name=gimp
    9 version=2.4.0
   10 release=1
   11 source=(ftp://ftp.gimp.org/pub/gimp/v2.4/gimp-$version.tar.bz2)
   12 
   13 build() {
   14 	cd gimp-$version
   15 	sed -i -e '/$(helpbrowser)/d' plug-ins/Makefile.in
   16 	./configure --prefix=/usr \
   17 		--mandir=/usr/man \
   18 		--disable-static \
   19 		--disable-python
   20 	make
   21 	make DESTDIR=$PKG install
   22 	rm -rf $PKG/usr/share/{gtk-doc,locale}
   23 }

Generated by cgit