summaryrefslogtreecommitdiffstats
path: root/xorg-xcb-proto/Pkgfile.old
blob: 9a94ff8da03fbaca15bd7c8144f611a9ff6c5e12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Description: XCB X protocol descriptions
# URL: http://xcb.freedesktop.org
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: python

name=xorg-xcb-proto
version=1.6
release=2
source=(http://xcb.freedesktop.org/dist/xcb-proto-$version.tar.bz2)

build() {
	cd xcb-proto-$version

	./configure --prefix=/usr

	make
	make DESTDIR=$PKG install
}