blob: fc9a01279c0826d7641568cfbd14e1b75a711b79 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
DESCRIPTION = "A library for replaying C64 SID music"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "GPL"
SRC_URI = "http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/packages/libsidplay-${PV}.tgz"
inherit autotools
do_stage() {
autotools_stage_all
}
|