blob: e021f6776fd38a90c86d240203f1944d4f5401c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
DESCRIPTION = "A module player based on libmikmod."
SECTION = "console/multimedia"
HOMEPAGE = "http://mikmod.raphnet.net"
DEPENDS = "ncurses libmikmod"
PR = "r1"
LICENSE = "GPL"
SRC_URI = "http://mikmod.raphnet.net/files/mikmod-${PV}.tar.bz2 \
file://m4.patch;patch=1"
inherit autotools
LDFLAGS_append = " -lm"
|