xorg/xorg-xtrans/Pkgfile

22 lines
490 B
Plaintext
Raw Normal View History

2013-11-08 13:18:22 +01:00
# Description: Library of code to handle network protocol transport
2006-04-07 18:48:00 +02:00
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
2014-01-28 02:21:55 +01:00
# Depends on: xorg-util-macros
2006-04-07 18:48:00 +02:00
name=xorg-xtrans
2014-04-08 17:29:20 +02:00
version=1.3.4
2006-06-30 15:04:47 +02:00
release=1
source=(http://xorg.freedesktop.org/releases/individual/lib/xtrans-$version.tar.bz2)
2006-04-07 18:48:00 +02:00
build() {
cd xtrans-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
2009-12-17 18:02:17 +01:00
2011-01-07 16:07:53 +01:00
rm $PKG/usr/share/doc/xtrans/xtrans.xml
2009-12-17 18:02:17 +01:00
rmdir $PKG/usr/share/doc/{xtrans,}
2006-04-07 18:48:00 +02:00
}