summaryrefslogtreecommitdiff
path: root/gegl/Pkgfile
diff options
context:
space:
mode:
authorSimone Rota <sip@crux.nu>2008-10-01 22:34:46 +0000
committerSimone Rota <sip@crux.nu>2008-10-01 22:43:06 +0000
commit1383e4ae30e7ad753a4192b6be4f99bb9d61f3fa (patch)
tree4b45c25e7beb6985f724e63a1caea2586f9ced5b /gegl/Pkgfile
parentf41139231e30e0b76725b5d65715d6ff6c406d6c (diff)
downloadopt-1383e4ae30e7ad753a4192b6be4f99bb9d61f3fa.tar.gz
opt-1383e4ae30e7ad753a4192b6be4f99bb9d61f3fa.tar.xz
gegl: initial import
Diffstat (limited to 'gegl/Pkgfile')
-rw-r--r--gegl/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/gegl/Pkgfile b/gegl/Pkgfile
new file mode 100644
index 000000000..17cb598a8
--- /dev/null
+++ b/gegl/Pkgfile
@@ -0,0 +1,18 @@
+# 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
+
+name=gegl
+version=0.0.18
+release=1
+source=(ftp://ftp.gimp.org/pub/$name/0.0/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+ rm -r $PKG/usr/share
+}

Generated by cgit