# Contributor: Rasmus Thomsen # Contributor: Natanael Copa # Maintainer: Rasmus Thomsen pkgname=libgee pkgver=0.20.6 pkgrel=1 pkgdesc="GObject collection library" url="https://wiki.gnome.org/Projects/Libgee" arch="all" license="LGPL-2.1-or-later" makedepends="glib-dev gobject-introspection-dev" subpackages="$pkgname-dev" source="https://download.gnome.org/sources/libgee/${pkgver%.*}/libgee-$pkgver.tar.xz" build() { ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ --disable-static make } check() { make check } package() { make DESTDIR="$pkgdir" install } sha512sums=" 05176b221274b2a0512b018b93ae730ca750482bbc7a4951376eb868c0a388950371e80a438b5af792ebe4a64b6a38e0c94ca52ebd0fc4539f0fe233e0be5903 libgee-0.20.6.tar.xz "