mirror of
https://git.yoctoproject.org/poky
synced 2026-04-24 03:32:13 +02:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@335 311d38ba-8fff-0310-9ca6-ca027cbcb966
16 lines
350 B
BlitzBasic
16 lines
350 B
BlitzBasic
SECTION = "x11/libs"
|
|
LICENSE = "MIT"
|
|
MAINTAINER = "Greg Gilbert <greg@treke.net>"
|
|
DESCRIPTION = "network API translation layer to \
|
|
insulate X applications and libraries from OS \
|
|
network vageries."
|
|
|
|
SRC_URI = "${XLIBS_MIRROR}/libXtrans-0.1.tar.bz2"
|
|
S = "${WORKDIR}/libXtrans-${PV}"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
do_stage() {
|
|
autotools_stage_all
|
|
}
|