xserver-nodm-init: reorder xserver-nodm to start position 90 for shr distribution
[openembedded.git] / recipes / cwautomacros / cwautomacros_20090610.bb
blob5cab9c8b6cc28b7cfdf7880b82afabd08bf84381
1 DESCRIPTION = "a collection of autoconf m4 macros"
2 HOMEPAGE = "http://cwautomacros.berlios.de/"
3 LICENSE = "GPLv2+"
4 PR = "0"
6 SRC_URI = "http://download.berlios.de/cwautomacros/cwautomacros-${PV}.tar.bz2"
7 SRC_URI[md5sum] = "352b295897ddb30c0d7d0acdd0b2313a"
8 SRC_URI[sha256sum] = "8f683713baa63e6b5c2ea72067f77cbacf0bee7d4efa907951c6bb5ac1ffd6b0"
10 do_compile () {
14 do_install () {
15 sed -i -e's,\$(INSTALLPREFIX)/share,${D}${datadir},g' \
16 -e's,\$(INSTALLPREFIX),${D},g' \
17 Makefile
18 make install
19 mv ${D}${datadir}/cwautomacros/m4 ${D}${datadir}/aclocal
22 NATIVE_INSTALL_WORKS = "1"
23 BBCLASSEXTEND += "native nativesdk"