blob: 7674ea1dd653234e1fd6725466bebc13ab5996c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
PV = "0.0cvs${CVSDATE}"
SECTION = "libs"
MAINTAINER = "Greg Gilbert <greg@treke.net>"
PROVIDES = "xtrans"
DESCRIPTION = "network API translation layer to \
insulate X applications and libraries from OS \
network vageries."
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_INCDIR} libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR}
}
|