summaryrefslogtreecommitdiffstats
path: root/xorg-xtrans/Pkgfile.old
blob: 052f80876aea691f6d2525adf4d15967b540c0b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Description: xorg lib xtrans
# URL: http://xorg.freedesktop.org
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu

name=xorg-xtrans
version=1.2.5
release=1
source=(http://xorg.freedesktop.org/releases/individual/lib/xtrans-$version.tar.bz2)

build() {
	cd xtrans-$version

	./configure --prefix=/usr

	make
	make DESTDIR=$PKG install

	rmdir $PKG/usr/share/doc/{xtrans,}
}