dbus: fix header installation path and Python dependency.

This commit is contained in:
Augustin Cavalier
2014-07-15 15:21:02 -04:00
parent 4a952b5cf9
commit 92e2ccd73e

View File

@@ -11,7 +11,7 @@ going through the message bus daemon). Currently the communicating \
applications are on one computer, or through unencrypted TCP/IP suitable for \
use behind a firewall with shared NFS home directories."
HOMEPAGE="http://freedesktop.org/wiki/Software/dbus"
COPYRIGHT="2014 Freedesktop.org"
COPYRIGHT="2014 Red Hat, Inc."
LICENSE="GNU GPL v2"
SRC_URI="http://dbus.freedesktop.org/releases/dbus/dbus-1.8.6.tar.gz"
CHECKSUM_SHA256="eded83ca007b719f32761e60fd8b9ffd0f5796a4caf455b01b5a5ef740ebd23f"
@@ -70,6 +70,7 @@ BUILD_PREREQUIRES="
cmd:find
cmd:make
cmd:g++$secondaryArchSuffix
cmd:python
"
PROVIDES_devel="
@@ -96,10 +97,12 @@ INSTALL()
make install
fixPkgconfig
# no way to tell autoconf about this
# no way to tell autoconf about these
mv $libDir/*.a $developLibDir
mv $libDir/*.la $developLibDir
mv $libDir/dbus-1.0/include/dbus/*.h $includeDir/dbus-1.0/dbus/
rm -rf $libDir/dbus-1.0/
prepareInstalledDevelLibs \
libdbus-1
packageEntries devel \