2009-03-19 01:01:32 +01:00
|
|
|
# Template build file for 'xtrans'.
|
2008-10-04 06:29:49 +02:00
|
|
|
pkgname=xtrans
|
2013-11-10 07:00:51 +01:00
|
|
|
version=1.3.2
|
|
|
|
revision=1
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2013-11-10 07:00:51 +01:00
|
|
|
hostmakedepends="pkg-config"
|
2008-09-30 04:02:44 +02:00
|
|
|
short_desc="Network API translation layer to insulate X"
|
2013-03-29 13:18:37 +01:00
|
|
|
homepage="http://xorg.freedesktop.org"
|
|
|
|
license="MIT"
|
2008-09-30 04:02:44 +02:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2013-04-14 18:42:25 +02:00
|
|
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
2013-11-10 07:00:51 +01:00
|
|
|
checksum=94177c89b74f594bcddc6a12825e9b464e17ab1977de671d25f67a4ea922cb87
|
2009-03-19 01:01:32 +01:00
|
|
|
|
2013-04-14 18:42:25 +02:00
|
|
|
xtrans_package() {
|
|
|
|
noarch="yes"
|
|
|
|
pkg_install() {
|
2013-11-10 07:00:51 +01:00
|
|
|
vmove all
|
2013-04-14 18:42:25 +02:00
|
|
|
}
|
2010-05-11 22:50:43 +02:00
|
|
|
}
|