diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2005-07-30 20:09:06 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-30 20:09:06 +0000 |
commit | 6eee42b085fb0dd46abd20596cb364bdc545efae (patch) | |
tree | 8cc7be965c4cc55d198100d9936e9b8b7574e668 /packages/mpc/mpc_0.11.2.bb | |
parent | 82eca06c34e4483962439a7e363e1c299cc1c59e (diff) |
Added client programs for controlling the the mpd music player from the commandline, courtesy of Hannes Reich
Diffstat (limited to 'packages/mpc/mpc_0.11.2.bb')
-rw-r--r-- | packages/mpc/mpc_0.11.2.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/mpc/mpc_0.11.2.bb b/packages/mpc/mpc_0.11.2.bb new file mode 100644 index 0000000000..cb6c785d22 --- /dev/null +++ b/packages/mpc/mpc_0.11.2.bb @@ -0,0 +1,15 @@ +SECTION = "console/multimedia" +DESCRIPTION = "command line client for mpd" +HOMEPAGE = "http://www.musicpd.org/mpc.shtml" +LICENSE = "GPLv2" +MAINTAINER = "Hannes Reich <hannes@skynet.ie>" +DEPENDS = "" +PR = "r0" + +SRC_URI = "http://mercury.chem.pitt.edu/~shank/mpc-${PV}.tar.gz \ + file://configure-searchdirs.patch;patch=1" + +inherit autotools + + + |