fsogsmd: should now depend on msmcomm-specs rather than msmcommd-specs
[openembedded.git] / recipes / cdstatus / cdstatus_0.96.05.bb
blobed625dc3f8b62c7c8f0432f06526386314e9906e
1 # cdstatus OE build file
3 PR ="r2"
4 LICENSE="GPL"
5 HOMEPAGE = "http://cdstatus.sourceforge.net/"
6 FILES_${PN} += "${datadir}/cdstatus.cfg"
8 SRC_URI="${SOURCEFORGE_MIRROR}/cdstatus/cdstatus-0.96.05.tar.gz \
9 file://cdstatus.patch"
11 S="${WORKDIR}/cdstatus-0.96.05"
13 inherit autotools
15 do_install() {
16 install -d 0755 ${D}/${bindir}
17 install -d 0755 ${D}/${datadir}
18 install -d 0755 ${D}/${mandir}
19 install -m 0755 src/cdstatus ${D}/${bindir}
20 install -m 0644 cdstatus.cfg ${D}/${datadir}
21 install -m 0644 cdstatus.1 ${D}/${mandir}
24 SRC_URI[md5sum] = "cd7ea4ef72a08b388523c528d81ba3ca"
25 SRC_URI[sha256sum] = "f33cbb551e494747b76bfbeba3954b4839fe7c849f200746fd7dc21bd665aa56"