eina: update to 1.7.9.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Template file for 'eina'
|
# Template file for 'eina'
|
||||||
pkgname=eina
|
pkgname=eina
|
||||||
version=1.7.8
|
version=1.7.9
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
@@ -9,10 +9,10 @@ short_desc="A core data structure and common utility library"
|
|||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
distfiles="http://download.enlightenment.org/releases/eina-${version}.tar.bz2"
|
distfiles="http://download.enlightenment.org/releases/eina-${version}.tar.bz2"
|
||||||
checksum=46f44560cf52c0ed8b17a722fa1ff9c31e67fad8c15ce993af1157dc066bbc76
|
checksum=b032dd390b4d9f0f0db4b63890cdfc4a5d515b8dfef87f94073e477ff31adf76
|
||||||
|
|
||||||
eina-devel_package() {
|
eina-devel_package() {
|
||||||
depends="eina>=${version}"
|
depends="eina>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
@@ -23,6 +23,6 @@ eina-devel_package() {
|
|||||||
|
|
||||||
eina_package() {
|
eina_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user