eio: update to 1.7.6.1.
This commit is contained in:
parent
564df1bc27
commit
f55d0cc816
1 changed files with 5 additions and 5 deletions
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'eio'
|
||||
pkgname=eio
|
||||
version=1.7.5
|
||||
revision=2
|
||||
makedepends="pkg-config eet-devel>=1.7.5 ecore-devel>=1.7.5"
|
||||
version=1.7.6.1
|
||||
revision=1
|
||||
makedepends="pkg-config eet-devel>=1.7.6 ecore-devel>=1.7.6"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
homepage="http://enlightenment.org"
|
||||
|
@ -10,11 +10,11 @@ short_desc="Async IO library using Ecore"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="BSD"
|
||||
distfiles="http://download.enlightenment.org/releases/eio-${version}.tar.gz"
|
||||
checksum=e5b0c72fe9f6ea9db5c3c6966338fe718cf53c4a4b7d9b7a900a20e7341cf05a
|
||||
checksum=5efc280677d103cf3c31bf75573f22941d2efba4979e10f85939193a91ed466f
|
||||
|
||||
eio-devel_package() {
|
||||
depends="eet-devel ecore-devel>=1.7.4_1 eio>=${version}"
|
||||
short_desc="${short_desc} -- development files"
|
||||
short_desc+=" -- development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
|
|
Loading…
Reference in a new issue