From: Michael Lauer Date: Thu, 21 Jun 2007 09:43:38 +0000 (+0000) Subject: add sidplay-base, a spartanic console sidplayer based on libsidplay 1.x (from OpenMoko) X-Git-Tag: Release-2010-05/1~8868^2~261^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0936b30ae6510cd0e47f2cae42025691fbb78e9e;p=openembedded.git add sidplay-base, a spartanic console sidplayer based on libsidplay 1.x (from OpenMoko) --- diff --git a/packages/sidplay-base/.mtn2git_empty b/packages/sidplay-base/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/sidplay-base/sidplay-base_1.0.9.bb b/packages/sidplay-base/sidplay-base_1.0.9.bb new file mode 100644 index 0000000000..f6d3af14c1 --- /dev/null +++ b/packages/sidplay-base/sidplay-base_1.0.9.bb @@ -0,0 +1,10 @@ +DESCRIPTION = "A spartanic SID music player based on libsidplay 1.x" +SECTION = "console/multimedia" +LICENSE = "GPL" +HOMEPAGE = "http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/linux.html" +DEPENDS = "libsidplay" + +SRC_URI = "http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/packages/sidplay-base-${PV}.tgz" +S = "${WORKDIR}/sidplay-base-${PV}" + +inherit autotools