check: added 0.9.2 for loudmouth 1.1.1 (from OE)

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1542 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2007-04-24 13:13:43 +00:00
parent 6af416c5ad
commit 71d13b7efc
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
DESCRIPTION = "a unit test framework for C"
LICENSE = "LGPL"
PRIORITY = "optional"
SECTION = "devel"
PR="r1"
SRC_URI = "${SOURCEFORGE_MIRROR}/check/check-${PV}.tar.gz"
S = "${WORKDIR}/check-${PV}"
inherit autotools
EXTRA_OECONF += "--enable-plain-docdir"
do_stage() {
install -m 0644 ${S}/src/check.h ${STAGING_INCDIR}/check.h
oe_libinstall -a -C src libcheck ${STAGING_LIBDIR}
}