eina: update to 1.7.7.
This commit is contained in:
parent
b507097e35
commit
ab018d2eed
|
@ -1,20 +1,19 @@
|
||||||
# Template file for 'eina'
|
# Template file for 'eina'
|
||||||
pkgname=eina
|
pkgname=eina
|
||||||
version=1.7.6
|
version=1.7.7
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-default-mempool --enable-mempool-chained-pool
|
configure_args="--disable-static"
|
||||||
--enable-mempool-pass-through --disable-static"
|
|
||||||
homepage="http://enlightenment.org"
|
homepage="http://enlightenment.org"
|
||||||
short_desc="A core data structure and common utility library"
|
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.gz"
|
distfiles="http://download.enlightenment.org/releases/eina-${version}.tar.bz2"
|
||||||
checksum=f204c0de00f46c54bf923477797d75e8b48e00f9173143e0e057e98a2dda9427
|
checksum=5ccbf0e560c0194f693e0ce8cc783e5fe427d0067634c0552e9d43973b211189
|
||||||
|
|
||||||
eina-devel_package() {
|
eina-devel_package() {
|
||||||
depends="eina>=${version}"
|
depends="eina>=${version}"
|
||||||
short_desc+=" -- development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
|
|
Loading…
Reference in New Issue