eina: update to 1.7.8.

This commit is contained in:
Juan RP 2013-08-13 21:36:12 +02:00
parent e3720e2a3d
commit 54acc98ac8

View file

@ -1,6 +1,6 @@
# Template file for 'eina' # Template file for 'eina'
pkgname=eina pkgname=eina
version=1.7.7 version=1.7.8
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-static" configure_args="--disable-static"
@ -9,7 +9,7 @@ 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=5ccbf0e560c0194f693e0ce8cc783e5fe427d0067634c0552e9d43973b211189 checksum=46f44560cf52c0ed8b17a722fa1ff9c31e67fad8c15ce993af1157dc066bbc76
eina-devel_package() { eina-devel_package() {
depends="eina>=${version}" depends="eina>=${version}"
@ -17,6 +17,7 @@ eina-devel_package() {
pkg_install() { pkg_install() {
vmove usr/include vmove usr/include
vmove usr/lib/pkgconfig vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
} }
} }