diff options
author | Jose V Beneyto <sepen@users.sourceforge.net> | 2009-01-12 22:56:30 +0100 |
---|---|---|
committer | Jose V Beneyto <sepen@users.sourceforge.net> | 2009-01-12 22:56:30 +0100 |
commit | 5de7da4a4fb3b0dbafb83fc7dbce07ee2ff5b605 (patch) | |
tree | bdabb4f82805f2fbe3efc20bb5b66db722cd1578 /gegl/Pkgfile | |
parent | 92ea0141b4d2da448c2bf6c976fa4420c1b2b72f (diff) | |
download | opt-5de7da4a4fb3b0dbafb83fc7dbce07ee2ff5b605.tar.gz opt-5de7da4a4fb3b0dbafb83fc7dbce07ee2ff5b605.tar.xz |
removed babl, gegl, and gimp (they are now in contrib)
Diffstat (limited to 'gegl/Pkgfile')
-rw-r--r-- | gegl/Pkgfile | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/gegl/Pkgfile b/gegl/Pkgfile deleted file mode 100644 index aab88eb9c..000000000 --- a/gegl/Pkgfile +++ /dev/null @@ -1,20 +0,0 @@ -# Description: graph based image processing framework -# URL: http://gegl.org -# Maintainer: Simone Rota, sip at crux dot nu -# Packager: Simone Rota, sip at crux dot nu -# Depends on: babl, gtk - -name=gegl -version=0.0.20 -release=1 -source=(ftp://ftp.gimp.org/pub/$name/0.0/$name-$version.tar.bz2 \ - $name-ffmpeg.patch) - -build() { - cd $name-$version - patch -p1 < ../$name-ffmpeg.patch - ./configure --prefix=/usr - make - make DESTDIR=$PKG install - rm -r $PKG/usr/share -} |