xref: /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1SUMMARY = "Collection of autoconf m4 macros"
2SECTION = "base"
3HOMEPAGE = "http://sourceforge.net/projects/cwautomacros.berlios/"
4DESCRIPTION = "A collection of autoconf macros, plus an autogen.sh script that can be used with them."
5LICENSE = "GPL-2.0-only"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=eb723b61539feef013de476e68b5c50a"
7
8SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}.berlios/${BP}.tar.bz2"
9SRC_URI[md5sum] = "074afcb50d0a8bff10786a2954b2b02d"
10SRC_URI[sha256sum] = "3115603b891f3a163c0bbb5fea2f3742113a183fa6745ee5e89e5f6d0e9f6121"
11
12do_configure() {
13	:
14}
15
16do_install() {
17	oe_runmake LABEL=`date -d @${SOURCE_DATE_EPOCH} +%Y%m%d` CWAUTOMACROSPREFIX=${D}${prefix} install
18
19	# cleanup buildpaths in autogen.sh
20	sed -i -e 's,${D},,g' ${D}${prefix}/share/cwautomacros/scripts/autogen.sh
21}
22
23BBCLASSEXTEND = "native"
24