28 lines
667 B
Text
28 lines
667 B
Text
# Template file for 'eina'
|
|
pkgname=eina
|
|
version=1.7.8
|
|
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 <xtraeme@gmail.com>"
|
|
license="LGPL-2.1"
|
|
distfiles="http://download.enlightenment.org/releases/eina-${version}.tar.bz2"
|
|
checksum=46f44560cf52c0ed8b17a722fa1ff9c31e67fad8c15ce993af1157dc066bbc76
|
|
|
|
eina-devel_package() {
|
|
depends="eina>=${version}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|
|
|
|
eina_package() {
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|