27 lines
644 B
Text
27 lines
644 B
Text
# Template file for 'eina'
|
|
pkgname=eina
|
|
version=1.7.7
|
|
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=5ccbf0e560c0194f693e0ce8cc783e5fe427d0067634c0552e9d43973b211189
|
|
|
|
eina-devel_package() {
|
|
depends="eina>=${version}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
}
|
|
}
|
|
|
|
eina_package() {
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|