blob: 11d75954b75c3de524f4f605eef1764a28e4197d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
PV="0.0cvs${DATE}"
SECTION="libs"
MAINTAINER="Greg Gilbert <greg@treke.net>"
PROVIDES=xtrans
SRC_URI = cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=xtrans
S=${WORKDIR}/xtrans
inherit autotools libtool pkgconfig
do_stage() {
oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_DIR}/target/include libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR}
}
|