# Template file for 'eina' pkgname=eina version=1.7.9 revision=1 build_style=gnu-configure configure_args="--disable-static" homepage="http://enlightenment.org" short_desc="A core data structure and common utility library" maintainer="Juan RP " license="LGPL-2.1" distfiles="http://download.enlightenment.org/releases/eina-${version}.tar.bz2" checksum=b032dd390b4d9f0f0db4b63890cdfc4a5d515b8dfef87f94073e477ff31adf76 eina-devel_package() { depends="eina>=${version}_${revision}" short_desc+=" - development files" pkg_install() { vmove usr/include vmove usr/lib/pkgconfig vmove "usr/lib/*.so" } } eina_package() { pkg_install() { vmove all } }