2009-03-19 00:01:32 +00:00
|
|
|
# Template build file for 'xtrans'.
|
2008-10-04 04:29:49 +00:00
|
|
|
pkgname=xtrans
|
2013-11-10 06:00:51 +00:00
|
|
|
version=1.3.2
|
|
|
|
revision=1
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2013-11-10 06:00:51 +00:00
|
|
|
hostmakedepends="pkg-config"
|
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"
|
2013-11-10 06:00:51 +00:00
|
|
|
checksum=94177c89b74f594bcddc6a12825e9b464e17ab1977de671d25f67a4ea922cb87
|
2009-03-19 00:01:32 +00:00
|
|
|
|
2013-04-14 16:42:25 +00:00
|
|
|
xtrans_package() {
|
|
|
|
noarch="yes"
|
|
|
|
pkg_install() {
|
2013-11-10 06:00:51 +00:00
|
|
|
vmove all
|
2013-04-14 16:42:25 +00:00
|
|
|
}
|
2010-05-11 20:50:43 +00:00
|
|
|
}
|