void-packages/srcpkgs/xtrans/template

23 lines
607 B
Plaintext

# Template build file for 'xtrans'.
pkgname=xtrans
version=1.2.5
revision=3
build_style=gnu-configure
short_desc="Network API translation layer to insulate X"
homepage="http://xorg.freedesktop.org"
license="MIT"
maintainer="Juan RP <xtraeme@gmail.com>"
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
checksum=cc71a391f4da8176e5daeeac1ddf5137ba5e8d2263cb93a49f9e2a9976b90899
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."
xtrans_package() {
noarch="yes"
pkg_install() {
vmove usr
}
}