fsogsmd: should now depend on msmcomm-specs rather than msmcommd-specs
[openembedded.git] / recipes / mikmod / mikmod_3.2.2-beta1.bb
blobaecced9c3631bfd6513927829ba08f0e781e3d75
1 DESCRIPTION = "A module player based on libmikmod."
2 HOMEPAGE = "http://mikmod.raphnet.net"
3 SECTION = "console/multimedia"
4 LICENSE = "GPL"
5 DEPENDS = "ncurses libmikmod"
6 PR = "r4"
8 SRC_URI = "http://mikmod.raphnet.net/files/mikmod-${PV}.tar.bz2 \
9 file://m4.patch"
11 SRC_URI[md5sum] = "006378681d520fa8ee1dacca965bbd3c"
12 SRC_URI[sha256sum] = "0e760acb85584ea3e828989c5588f827f0dd845d3dd6948e2aea12bb6278651d"
14 inherit autotools
16 do_configure_append() {
17 for i in $(find ${S} -name "Makefile") ; do
18 sed -i -e s:-L${libdir}::g $i
19 done