diff options
author | kurt <kurt@kurt-Inspiron-600m.(none)> | 2012-04-29 17:24:04 (EDT) |
---|---|---|
committer | kurt <kurt@kurt-Inspiron-600m.(none)> | 2012-04-29 17:24:04 (EDT) |
commit | 4cf06dbd606f82d5d36cb2664a72e02cf4e91153 (patch) | |
tree | eb8c366e7228fbfd4fc37fead3462573c358bcbc |
Initial Commit
-rwxr-xr-x | build | 16 | ||||
-rw-r--r-- | changelog | 3 | ||||
-rw-r--r-- | control | 5 | ||||
-rw-r--r-- | copyright | 21 | ||||
-rw-r--r-- | dbus-1.4.20.tar.gz | bin | 0 -> 1895099 bytes | |||
-rw-r--r-- | dbus-dev.pkg/control | 7 | ||||
-rw-r--r-- | dbus-dev.pkg/install | 1 | ||||
-rw-r--r-- | dbus-doc.pkg/control | 7 | ||||
-rw-r--r-- | dbus-doc.pkg/install | 2 | ||||
-rw-r--r-- | dbus.pkg/control | 7 | ||||
-rw-r--r-- | dbus.pkg/install | 1 | ||||
-rw-r--r-- | format | 1 | ||||
-rw-r--r-- | libdbus.1.pkg/control | 7 | ||||
-rw-r--r-- | libdbus.1.pkg/install | 1 |
14 files changed, 79 insertions, 0 deletions
@@ -0,0 +1,16 @@ +#! /usr/bin/make -f + +PKGS = dbus libdbus.1 dbus-doc dbus-dev +$(PKGS): dbus.buildstamp + +.SILENT: dbus.buildstamp +dbus.buildstamp: + cd src && ./configure --prefix=/usr \ + "CC=/usr/bin/arm64-linux-gnu-gcc -I/usr/bin/include" \ + && make && make DESTDIR=$$(pwd)/../dest install + oh-strip usr/lib/libdbus-1.so.3.5.9 + oh-installfiles $(PKGS) + oh-installdocs libdbus.1 + oh-gencontrol $(PKGS) + oh-buildopk $(PKGS) + touch dbus.buildstamp diff --git a/changelog b/changelog new file mode 100644 index 0000000..db73fd7 --- /dev/null +++ b/changelog @@ -0,0 +1,3 @@ +D-Bus (1.4.20) + * Initial Release + -- Kurt Meyer <kem2@njit.edu> Sat, 28 Apr 2012 23:40:35 -0400 @@ -0,0 +1,5 @@ +Source: dbus +Version: 1.4.20-1 +Maintainer: "Kurt Meyer" <kem2@njit.edu> +Build-Depends: make, gcc-4.6, expat +Homepage: http://www.freedesktop.org/wiki/Software/dbus diff --git a/copyright b/copyright new file mode 100644 index 0000000..fdd7048 --- /dev/null +++ b/copyright @@ -0,0 +1,21 @@ +Upstream Source +=============== + +Location: <http://dbus.freedesktop.org/releases/dbus> + +These files may be reproduced, distributed, modified, and otherwise dealt in +under the terms of the GNU General Public License, Version 2. + +This license may be found at +<http://moinmo.in/GPL>. + +Distribution Packaging +====================== + +Copyright (c) 2012 Kurt Meyer + +These files may be reproduced, distributed, modified, and otherwise dealt in +under the terms of the GNU General Public License, Version 2. + +This license may be found at +<http://moinmo.in/GPL>. diff --git a/dbus-1.4.20.tar.gz b/dbus-1.4.20.tar.gz Binary files differnew file mode 100644 index 0000000..68ac159 --- /dev/null +++ b/dbus-1.4.20.tar.gz diff --git a/dbus-dev.pkg/control b/dbus-dev.pkg/control new file mode 100644 index 0000000..699fca4 --- /dev/null +++ b/dbus-dev.pkg/control @@ -0,0 +1,7 @@ +Package: dbus +Architecture: any-linux-any +Depends: gcc, make, expat +Description: D-Bus is a message bus system for applications to talk to each + other. + . + This package installs the dbus header files. diff --git a/dbus-dev.pkg/install b/dbus-dev.pkg/install new file mode 100644 index 0000000..fd5846c --- /dev/null +++ b/dbus-dev.pkg/install @@ -0,0 +1 @@ +usr/include/dbus-1.0/dbus/* diff --git a/dbus-doc.pkg/control b/dbus-doc.pkg/control new file mode 100644 index 0000000..16c6ce8 --- /dev/null +++ b/dbus-doc.pkg/control @@ -0,0 +1,7 @@ +Package: dbus +Architecture: any-linux-any +Depends: gcc, make, expat +Description: D-Bus is a message bus system for applications to talk to each + other. + . + This package installs the dbus documentation. diff --git a/dbus-doc.pkg/install b/dbus-doc.pkg/install new file mode 100644 index 0000000..0e373be --- /dev/null +++ b/dbus-doc.pkg/install @@ -0,0 +1,2 @@ +usr/share/doc +usr/share/man diff --git a/dbus.pkg/control b/dbus.pkg/control new file mode 100644 index 0000000..2ffd016 --- /dev/null +++ b/dbus.pkg/control @@ -0,0 +1,7 @@ +Package: dbus +Architecture: any-linux-any +Depends: gcc, make, expat +Description: D-Bus is a message bus system for applications to talk to each + other. + . + This package installs the dbus application. diff --git a/dbus.pkg/install b/dbus.pkg/install new file mode 100644 index 0000000..1df36c6 --- /dev/null +++ b/dbus.pkg/install @@ -0,0 +1 @@ +usr/bin/* @@ -0,0 +1 @@ +1.0 diff --git a/libdbus.1.pkg/control b/libdbus.1.pkg/control new file mode 100644 index 0000000..85978e4 --- /dev/null +++ b/libdbus.1.pkg/control @@ -0,0 +1,7 @@ +Package: libdbus.1 +Architecture: any-linux-any +Depends: gcc, make, expat +Description: D-Bus is a message bus system for applications to talk to each + other. + . + This package installs the dbus library files. diff --git a/libdbus.1.pkg/install b/libdbus.1.pkg/install new file mode 100644 index 0000000..6845771 --- /dev/null +++ b/libdbus.1.pkg/install @@ -0,0 +1 @@ +usr/lib |