1 # Maintainer: mainframe <>
2 # Contributor: Laurent Meunier <laurent@deltalima.net>
6 pkgdesc="This is libgeglmm, the C++ bindings for GEGL."
8 url="http://ftp.gnome.org/pub/gnome/sources/geglmm/"
9 license=('GPL3' 'LGPL3')
10 depends=('gegl' 'glibmm' 'libsigc++')
11 source=(http://ftp.gnome.org/pub/gnome/sources/geglmm/0.1/$pkgname-$pkgver.tar.bz2)
12 md5sums=('cb018d76ce90bc5efb33ecc41a6f678e')
13 options=(!libtool strip)
16 cd "$srcdir/$pkgname-$pkgver"
18 ./configure --prefix=/usr
20 make DESTDIR="$pkgdir" install
23 # vim:set ts=2 sw=2 et: