Merge branch 'org.openembedded.dev' of git://git.openembedded.net/openembedded into...
[vuplus_openembedded] / packages / libsidplay / libsidplay_1.36.59.bb
1 DESCRIPTION = "A library for replaying C64 SID music"
2 SECTION = "libs"
3 PRIORITY = "optional"
4 LICENSE = "GPL"
5
6 FILE_PR = "r1"
7
8 SRC_URI = "http://critical.ch/distfiles/libsidplay-${PV}.tgz \
9            http://ftp.debian.org/debian/pool/main/libs/libsidplay/libsidplay_1.36.59-5.diff.gz;patch=1 \
10 "
11
12 inherit autotools
13
14 do_stage() {
15         autotools_stage_all
16 }