diff options
Diffstat (limited to 'recipes/libsidplay')
-rw-r--r-- | recipes/libsidplay/libsidplay_1.36.59.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/libsidplay/libsidplay_1.36.59.bb b/recipes/libsidplay/libsidplay_1.36.59.bb new file mode 100644 index 0000000000..59cabae085 --- /dev/null +++ b/recipes/libsidplay/libsidplay_1.36.59.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "A library for replaying C64 SID music" +SECTION = "libs" +PRIORITY = "optional" +LICENSE = "GPL" +PR = "r1" + +SRC_URI = "\ + ftp://ftp.uni-frankfurt.de/pub/Mirrors2/gentoo.org/distfiles/libsidplay-1.36.59.tgz \ + http://ftp.debian.org/debian/pool/main/libs/libsidplay/libsidplay_1.36.59-5.diff.gz;patch=1 \ +" + +inherit autotools_stage |