diff options
author | kurt <kurt@kurt-Inspiron-600m.(none)> | 2012-04-29 20:10:00 (EDT) |
---|---|---|
committer | kurt <kurt@kurt-Inspiron-600m.(none)> | 2012-04-29 20:10:00 (EDT) |
commit | c52e9c2c653dcf60f5bc27d348e55dadca38689c (patch) | |
tree | 5f2f166971b7d80dc7be09e677e71f082fd8f08c | |
parent | e143a595a0518632b05e361e4a2a348bd0b6203e (diff) |
Fixed control files: added libexpat.1 to depends, and changed architecture field. Fixed build file.
-rwxr-xr-x | build | 2 | ||||
-rw-r--r-- | control | 2 | ||||
-rw-r--r-- | dbus-dev.pkg/control | 2 | ||||
-rw-r--r-- | dbus-dev.pkg/install | 2 | ||||
-rw-r--r-- | dbus-doc.pkg/control | 2 | ||||
-rw-r--r-- | dbus.pkg/control | 2 | ||||
-rw-r--r-- | libdbus.1.pkg/control | 4 |
7 files changed, 8 insertions, 8 deletions
@@ -5,7 +5,7 @@ $(PKGS): dbus.buildstamp .SILENT: dbus.buildstamp dbus.buildstamp: - cd src && ./configure --prefix=/usr \ + cd src && ./configure --prefix=/usr --includedir=/usr/include \ && make && make DESTDIR=$$(pwd)/../dest install oh-strip usr/lib/libdbus-1.so.3.5.9 oh-installfiles $(PKGS) @@ -1,5 +1,5 @@ Source: dbus Version: 1.4.20-1 Maintainer: "Kurt Meyer" <kem2@njit.edu> -Build-Depends: make, gcc-4.6, expat +Build-Depends: make, gcc-4.6, expat, libexpat.1-dev Homepage: http://www.freedesktop.org/wiki/Software/dbus diff --git a/dbus-dev.pkg/control b/dbus-dev.pkg/control index 3818333..d13efbc 100644 --- a/dbus-dev.pkg/control +++ b/dbus-dev.pkg/control @@ -1,5 +1,5 @@ Package: dbus -Architecture: any-linux-any +Architecture: any Depends: expat Description: D-Bus is a message bus system for applications to talk to each other. diff --git a/dbus-dev.pkg/install b/dbus-dev.pkg/install index fd5846c..41a1414 100644 --- a/dbus-dev.pkg/install +++ b/dbus-dev.pkg/install @@ -1 +1 @@ -usr/include/dbus-1.0/dbus/* +usr/include/* diff --git a/dbus-doc.pkg/control b/dbus-doc.pkg/control index 29a1cef..e03dbb9 100644 --- a/dbus-doc.pkg/control +++ b/dbus-doc.pkg/control @@ -1,5 +1,5 @@ Package: dbus -Architecture: any-linux-any +Architecture: any Depends: expat Description: D-Bus is a message bus system for applications to talk to each other. diff --git a/dbus.pkg/control b/dbus.pkg/control index 4d514d0..a55057b 100644 --- a/dbus.pkg/control +++ b/dbus.pkg/control @@ -1,5 +1,5 @@ Package: dbus -Architecture: any-linux-any +Architecture: any Depends: expat Description: D-Bus is a message bus system for applications to talk to each other. diff --git a/libdbus.1.pkg/control b/libdbus.1.pkg/control index 6ef3014..d71ba4e 100644 --- a/libdbus.1.pkg/control +++ b/libdbus.1.pkg/control @@ -1,6 +1,6 @@ Package: libdbus.1 -Architecture: any-linux-any -Depends: expat +Architecture: any +Depends: expat, libexpat.1 Description: D-Bus is a message bus system for applications to talk to each other. . |