void-packages/srcpkgs/eina/template

29 lines
667 B
Plaintext
Raw Normal View History

2012-12-22 04:42:18 +01:00
# Template file for 'eina'
pkgname=eina
2013-08-13 21:36:12 +02:00
version=1.7.8
2013-04-26 15:14:23 +02:00
revision=1
2012-12-22 04:42:18 +01:00
build_style=gnu-configure
2013-05-17 12:48:18 +02:00
configure_args="--disable-static"
2012-12-22 04:42:18 +01: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 12:48:18 +02:00
distfiles="http://download.enlightenment.org/releases/eina-${version}.tar.bz2"
2013-08-13 21:36:12 +02:00
checksum=46f44560cf52c0ed8b17a722fa1ff9c31e67fad8c15ce993af1157dc066bbc76
eina-devel_package() {
depends="eina>=${version}"
2013-05-17 12:48:18 +02:00
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
2013-08-13 21:36:12 +02:00
vmove "usr/lib/*.so"
}
}
eina_package() {
pkg_install() {
vmove usr
}
}