void-packages/srcpkgs/eina/template

28 lines
644 B
Plaintext
Raw Normal View History

2012-12-22 04:42:18 +01:00
# Template file for 'eina'
pkgname=eina
2013-05-17 12:48:18 +02:00
version=1.7.7
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"
checksum=5ccbf0e560c0194f693e0ce8cc783e5fe427d0067634c0552e9d43973b211189
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
}
}
eina_package() {
pkg_install() {
vmove usr
}
}