From 4cf06dbd606f82d5d36cb2664a72e02cf4e91153 Mon Sep 17 00:00:00 2001 From: kurt Date: Sun, 29 Apr 2012 17:24:04 -0400 Subject: Initial Commit --- diff --git a/build b/build new file mode 100755 index 0000000..427b922 --- /dev/null +++ b/build @@ -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 Sat, 28 Apr 2012 23:40:35 -0400 diff --git a/control b/control new file mode 100644 index 0000000..8694cc7 --- /dev/null +++ b/control @@ -0,0 +1,5 @@ +Source: dbus +Version: 1.4.20-1 +Maintainer: "Kurt Meyer" +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: + +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 +. + +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 +. diff --git a/dbus-1.4.20.tar.gz b/dbus-1.4.20.tar.gz new file mode 100644 index 0000000..68ac159 --- /dev/null +++ b/dbus-1.4.20.tar.gz Binary files differ 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/* diff --git a/format b/format new file mode 100644 index 0000000..d3827e7 --- /dev/null +++ b/format @@ -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 -- cgit v0.9.1