2009-03-19 00:01:32 +00:00
|
|
|
# Template build file for 'xtrans'.
|
2008-10-04 04:29:49 +00:00
|
|
|
pkgname=xtrans
|
2009-10-28 02:06:01 +00:00
|
|
|
version=1.2.5
|
2010-05-11 20:50:43 +00:00
|
|
|
revision=1
|
2009-02-09 01:01:28 +00:00
|
|
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2008-09-30 02:02:44 +00:00
|
|
|
short_desc="Network API translation layer to insulate X"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2009-10-28 02:06:01 +00:00
|
|
|
checksum=cc71a391f4da8176e5daeeac1ddf5137ba5e8d2263cb93a49f9e2a9976b90899
|
2008-09-30 02:02:44 +00:00
|
|
|
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."
|
2009-03-19 00:01:32 +00:00
|
|
|
|
|
|
|
noarch=yes
|
2010-05-11 20:50:43 +00:00
|
|
|
post_install()
|
|
|
|
{
|
|
|
|
mkdir -p ${DESTDIR}/usr/lib
|
|
|
|
mv ${DESTDIR}/usr/share/pkgconfig ${DESTDIR}/usr/lib
|
|
|
|
}
|