1 # Maintainer: Alexander F Rødseth <xyproto@archlinux.org>
6 pkgdesc='C++ bindings for the gdl library'
8 url='https://git.gnome.org/browse/gdlmm/'
9 depends=('gdl' 'gtkmm3')
10 options=('!emptydirs')
12 source=("https://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
13 sha256sums=('e280ed9233877b63ad0a0c8fb04d2c35dc6a29b3312151ee21a15b5932fef79b')
18 CXXFLAGS+=' -std=c++11'
19 ./configure --prefix=/usr --sysconfdir=/etc
24 make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
27 # vim:set ts=2 sw=2 et: