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