aboutsummaryrefslogtreecommitdiffstats
path: root/packages/maemo/outo_0.1.1.bb
blob: 79789f51050fdf30c24dc5e1817d20fb9008f76e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DESCRIPTION = "Outo Unit Tester by Otso"
LICENSE	=	"LGPL"

SRC_URI =	"http://repository.maemo.org/pool/maemo/ossw/source/o/outo/outo_${PV}.orig.tar.gz \
			http://repository.maemo.org/pool/maemo/ossw/source/o/outo/outo_0.1.1-2.diff.gz;patch=1;pnum=1"
S = "${WORKDIR}/outo-0.1.1-20030806.orig"

inherit pkgconfig autotools


do_stage() {
		install -d ${STAGING_INCDIR}
		install -m 644 include/outo.h ${STAGING_INCDIR} 
}