mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
dbus: fix header installation path and Python dependency.
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user