New package: e_dbus-1.7.4.
This commit is contained in:
parent
11684b3300
commit
7397841be5
|
@ -1154,3 +1154,5 @@ libecore.so.1 ecore-1.7.4_1
|
|||
libeio.so.1 eio-1.7.4_1
|
||||
libembryo.so.1 embryo-1.7.4_1
|
||||
libedje.so.1 edje-1.7.4_1
|
||||
libedbus.so.1 e_dbus-1.7.4_1
|
||||
libeukit.so.1 e_dbus-1.7.4_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
e_dbus
|
|
@ -0,0 +1,10 @@
|
|||
# Template file for 'eet-devel'.
|
||||
#
|
||||
noarch=yes
|
||||
depends="ecore-devel>=1.7.4_1 ${sourcepkg}>=${version}"
|
||||
short_desc="${short_desc} -- development files"
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
# Template file for 'e_dbus'
|
||||
pkgname=e_dbus
|
||||
version=1.7.4
|
||||
revision=1
|
||||
subpackages="${pkgname}-devel"
|
||||
makedepends="pkg-config dbus-devel ecore-devel"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --disable-ebluez --disable-econnman0_7x
|
||||
--disable-ehal --enable-enotify --disable-eofono --enable-eukit
|
||||
--disable-edbus-test --disable-edbus-test-client --disable-edbus-bluez-test
|
||||
--disable-edbus-connman0_7x-test --disable-edbus-ofono-test --disable-doc
|
||||
--disable-edbus-async-test --disable-edbus-performance-test
|
||||
--disable-edbus-ukit-test"
|
||||
homepage="http://enlightenment.org"
|
||||
short_desc="D-Bus integration with Ecore"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="BSD"
|
||||
distfiles="http://download.enlightenment.org/releases/${pkgname}-${version}.tar.gz"
|
||||
checksum=17a63299957f80c2f9d13945dab2b28933f3eda7a7a2c0fff17dcc6cc5dc83a4
|
Loading…
Reference in New Issue