# Contributor: Natanael Copa # Maintainer: Natanael Copa pkgname=edje pkgver=1.7.4 pkgrel=0 pkgdesc="Enlightenment's graphical layout and animation library" url="http://trac.enlightenment.org/e/wiki/Edje" arch="all" license="BSD" depends= depends_dev="lua-dev eina-dev eet-dev embryo-dev ecore-dev evas-dev" makedepends="$depends_dev" install="" subpackages="$pkgname-dev" source="http://download.enlightenment.org/releases/edje-$pkgver.tar.gz" _builddir="$srcdir"/edje-$pkgver prepare() { local i cd "$_builddir" for i in $source; do case $i in *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; esac done } build() { cd "$_builddir" ./configure --prefix=/usr \ || return 1 make || return 1 } package() { cd "$_builddir" make DESTDIR="$pkgdir" install || return 1 rm "$pkgdir"/usr/lib/*.la } md5sums="fcd3749e41041854503b578e690cc672 edje-1.7.4.tar.gz"