17 lines
459 B
Bash
17 lines
459 B
Bash
# Template file for 'xtrans'
|
|
pkgname=xtrans
|
|
version=1.4.0
|
|
revision=1
|
|
archs=noarch
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
short_desc="Network API translation layer to insulate X"
|
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="http://xorg.freedesktop.org"
|
|
distfiles="${XORG_SITE}/lib/xtrans-${version}.tar.bz2"
|
|
checksum=377c4491593c417946efcd2c7600d1e62639f7a8bbca391887e2c4679807d773
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|