summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/xtrans/xtrans_0.1.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2005-08-31 10:45:47 +0000
committerRichard Purdie <richard@openedhand.com>2005-08-31 10:45:47 +0000
commit4b46c1f6e891b1ddd5968536440b888661fade3e (patch)
treee0ba2c1f56f61b868bf746da5c4feabb25b800b2 /openembedded/packages/xtrans/xtrans_0.1.bb
downloadpoky-4b46c1f6e891b1ddd5968536440b888661fade3e.tar.gz
Initial population
git-svn-id: https://svn.o-hand.com/repos/poky@1 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/xtrans/xtrans_0.1.bb')
-rw-r--r--openembedded/packages/xtrans/xtrans_0.1.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/openembedded/packages/xtrans/xtrans_0.1.bb b/openembedded/packages/xtrans/xtrans_0.1.bb
new file mode 100644
index 0000000000..67bd3a2f38
--- /dev/null
+++ b/openembedded/packages/xtrans/xtrans_0.1.bb
@@ -0,0 +1,19 @@
1SECTION = "x11/libs"
2LICENSE = "MIT"
3MAINTAINER = "Greg Gilbert <greg@treke.net>"
4DESCRIPTION = "network API translation layer to \
5insulate X applications and libraries from OS \
6network vageries."
7
8SRC_URI = "${XLIBS_MIRROR}/libXtrans-0.1.tar.bz2"
9S = "${WORKDIR}/libXtrans-${PV}"
10
11inherit autotools pkgconfig
12
13do_stage() {
14 oe_runmake install prefix=${STAGING_DIR} \
15 bindir=${STAGING_BINDIR} \
16 includedir=${STAGING_INCDIR} \
17 libdir=${STAGING_LIBDIR} \
18 datadir=${STAGING_DATADIR}
19}