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