eeze: update to 1.7.7.
This commit is contained in:
parent
a73a4fd603
commit
8262595ef3
|
@ -1,21 +1,21 @@
|
|||
# Template file for 'eeze'
|
||||
pkgname=eeze
|
||||
version=1.7.6
|
||||
version=1.7.7
|
||||
revision=1
|
||||
makedepends="pkg-config eet-devel>=1.7.6 ecore-devel>=1.7.6
|
||||
libmount-devel libudev-devel"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="eet-devel>=1.7.7 ecore-devel>=1.7.7 libmount-devel libudev-devel"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --with-eject"
|
||||
configure_args="--disable-static --with-eject --with-mount=/usr/bin/mount --with-umount=/usr/bin/umount"
|
||||
homepage="http://enlightenment.org"
|
||||
short_desc="Manipulate devices using udev and sysfs"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="BSD"
|
||||
distfiles="http://download.enlightenment.org/releases/${pkgname}-${version}.tar.gz"
|
||||
checksum=4fa401a67dcec4b711e3eb29d827a2453b77e9add91938a4e30de866d36155f4
|
||||
distfiles="http://download.enlightenment.org/releases/${pkgname}-${version}.tar.bz2"
|
||||
checksum=27071cf48c3d075c05c1f9620cf2f19f0da6f37c26df28fc0ef615d4ddf64a79
|
||||
|
||||
eeze-devel_package() {
|
||||
depends="libudev-devel ecore-devel ${sourcepkg}>=${version}"
|
||||
short_desc+=" -- development files"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
|
|
Loading…
Reference in New Issue