# Contributor: Masse Nicolas pkgname=gnome-build pkgver=0.1.4 pkgrel=1 pkgdesc="Gnome build framework" arch=(i686) license=(GPL) depends=('gdl') makedepends=(pkgconfig) options=(NOLIBTOOL) source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.1/${pkgname}-${pkgver}.tar.bz2) md5sums=(a453f4ce27c3d7890d7156c1191bbbba) build() { cd ${startdir}/src/${pkgname}-${pkgver} ./configure --prefix=/opt/gnome make || return 1 make DESTDIR=${startdir}/pkg install }