29 lines
849 B
Text
29 lines
849 B
Text
# Template file for 'eeze'
|
|
pkgname=eeze
|
|
version=1.7.7
|
|
revision=1
|
|
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 --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.bz2"
|
|
checksum=27071cf48c3d075c05c1f9620cf2f19f0da6f37c26df28fc0ef615d4ddf64a79
|
|
|
|
eeze-devel_package() {
|
|
depends="libudev-devel ecore-devel ${sourcepkg}>=${version}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
}
|
|
}
|
|
|
|
eeze_package() {
|
|
pkg_install() {
|
|
vmove all
|
|
}
|
|
}
|