2009-03-19 01:01:32 +01:00
|
|
|
# Template build file for 'xtrans'.
|
2008-10-04 06:29:49 +02:00
|
|
|
pkgname=xtrans
|
2009-10-28 03:06:01 +01:00
|
|
|
version=1.2.5
|
2013-04-14 18:42:25 +02:00
|
|
|
revision=3
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2008-09-30 04:02:44 +02:00
|
|
|
short_desc="Network API translation layer to insulate X"
|
2013-03-29 13:18:37 +01:00
|
|
|
homepage="http://xorg.freedesktop.org"
|
|
|
|
license="MIT"
|
2008-09-30 04:02:44 +02:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2013-04-14 18:42:25 +02:00
|
|
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
2009-10-28 03:06:01 +01:00
|
|
|
checksum=cc71a391f4da8176e5daeeac1ddf5137ba5e8d2263cb93a49f9e2a9976b90899
|
2008-09-30 04:02:44 +02:00
|
|
|
long_desc="
|
|
|
|
Network API translation layer to insulate X applications and
|
|
|
|
libraries from OS network vageries. This is from the modular
|
|
|
|
X.org X11 project."
|
2009-03-19 01:01:32 +01:00
|
|
|
|
2013-04-14 18:42:25 +02:00
|
|
|
xtrans_package() {
|
|
|
|
noarch="yes"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr
|
|
|
|
}
|
2010-05-11 22:50:43 +02:00
|
|
|
}
|