19 lines
479 B
Text
19 lines
479 B
Text
# Template build file for 'xtrans'.
|
|
pkgname=xtrans
|
|
version=1.3.2
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
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=94177c89b74f594bcddc6a12825e9b464e17ab1977de671d25f67a4ea922cb87
|
|
|
|
xtrans_package() {
|
|
noarch="yes"
|
|
pkg_install() {
|
|
vmove all
|
|
}
|
|
}
|