2012-12-22 03:42:18 +00:00
|
|
|
# Template file for 'eina'
|
|
|
|
pkgname=eina
|
2013-11-15 13:33:59 +00:00
|
|
|
version=1.7.9
|
2013-04-26 13:14:23 +00:00
|
|
|
revision=1
|
2012-12-22 03:42:18 +00:00
|
|
|
build_style=gnu-configure
|
2013-05-17 10:48:18 +00:00
|
|
|
configure_args="--disable-static"
|
2012-12-22 03:42:18 +00:00
|
|
|
homepage="http://enlightenment.org"
|
|
|
|
short_desc="A core data structure and common utility library"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
license="LGPL-2.1"
|
2013-05-17 10:48:18 +00:00
|
|
|
distfiles="http://download.enlightenment.org/releases/eina-${version}.tar.bz2"
|
2013-11-15 13:33:59 +00:00
|
|
|
checksum=b032dd390b4d9f0f0db4b63890cdfc4a5d515b8dfef87f94073e477ff31adf76
|
2013-04-12 08:23:11 +00:00
|
|
|
|
|
|
|
eina-devel_package() {
|
2013-11-15 13:33:59 +00:00
|
|
|
depends="eina>=${version}_${revision}"
|
2013-05-17 10:48:18 +00:00
|
|
|
short_desc+=" - development files"
|
2013-04-12 08:23:11 +00:00
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/lib/pkgconfig
|
2013-08-13 19:36:12 +00:00
|
|
|
vmove "usr/lib/*.so"
|
2013-04-12 08:23:11 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
eina_package() {
|
|
|
|
pkg_install() {
|
2013-11-15 13:33:59 +00:00
|
|
|
vmove all
|
2013-04-12 08:23:11 +00:00
|
|
|
}
|
|
|
|
}
|