summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkurt <kurt@kurt-Inspiron-600m.(none)>2012-04-30 01:49:47 (EDT)
committer kurt <kurt@kurt-Inspiron-600m.(none)>2012-04-30 01:49:47 (EDT)
commitd3b3ec5409b6636a13c4a12138842fc1e0af2018 (patch)
tree44345607e43346c0215d2e071c507553a9a99be0
Initial CommitHEADmaster
-rwxr-xr-xbuild13
-rw-r--r--changelog3
-rw-r--r--control5
-rw-r--r--format1
-rw-r--r--mpd-0.16.8.tar.bz2bin0 -> 491170 bytes
-rw-r--r--mpd.pkg/control4
-rw-r--r--mpd.pkg/install1
7 files changed, 27 insertions, 0 deletions
diff --git a/build b/build
new file mode 100755
index 0000000..66958f7
--- /dev/null
+++ b/build
@@ -0,0 +1,13 @@
+#! /usr/bin/make -f
+
+mpd: dbus.buildstamp
+
+.SILENT: mpd.buildstamp
+mpd.buildstamp:
+ cd src && ./configure --prefix=/usr --includedir=/usr/include \
+ && make && make DESTDIR=$$(pwd)/../dest install
+ oh-installfiles mpd
+ oh-installdocs mpd
+ oh-gencontrol mpd
+ oh-buildopk mpd
+ touch dbus.buildstamp
diff --git a/changelog b/changelog
new file mode 100644
index 0000000..fcc4efc
--- /dev/null
+++ b/changelog
@@ -0,0 +1,3 @@
+MPD (0.16.8)
+ * Initial Release
+ -- Kurt Meyer <kem2@njit.edu> Sat, 28 Apr 2012 17:31:49 -0400
diff --git a/control b/control
new file mode 100644
index 0000000..b813d24
--- /dev/null
+++ b/control
@@ -0,0 +1,5 @@
+Source: mpd
+Version: 0.16.8-1
+Maintainer: "Kurt Meyer" <kem2@njit.edu>
+Build-Depends: make, gcc-4.6, alsa-utils, glib, zlib
+Homepage: http://www.freedesktop.org/wiki/Software/dbus
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/mpd-0.16.8.tar.bz2 b/mpd-0.16.8.tar.bz2
new file mode 100644
index 0000000..1700297
--- /dev/null
+++ b/mpd-0.16.8.tar.bz2
Binary files differ
diff --git a/mpd.pkg/control b/mpd.pkg/control
new file mode 100644
index 0000000..8227592
--- /dev/null
+++ b/mpd.pkg/control
@@ -0,0 +1,4 @@
+Package: mpd
+Architecture: any
+Depends: alsa-utils, zlib, glib
+Description: MPD is a music player.
diff --git a/mpd.pkg/install b/mpd.pkg/install
new file mode 100644
index 0000000..1df36c6
--- /dev/null
+++ b/mpd.pkg/install
@@ -0,0 +1 @@
+usr/bin/*