eina: update to 1.7.9.
This commit is contained in:
parent
fcd6442145
commit
77ae20c0be
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'eina'
|
||||
pkgname=eina
|
||||
version=1.7.8
|
||||
version=1.7.9
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
|
@ -9,10 +9,10 @@ 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
|
||||
checksum=b032dd390b4d9f0f0db4b63890cdfc4a5d515b8dfef87f94073e477ff31adf76
|
||||
|
||||
eina-devel_package() {
|
||||
depends="eina>=${version}"
|
||||
depends="eina>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
@ -23,6 +23,6 @@ eina-devel_package() {
|
|||
|
||||
eina_package() {
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
vmove all
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue