summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-xcb-proto/Pkgfile
blob: 086c9de732a3f0eed4c8a1ad7d0c940d36abcf10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Description: XCB X protocol descriptions
# URL: http://xcb.freedesktop.org
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: python

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

build() {
	cd xcb-proto-$version

	./configure --prefix=/usr

	make
	make DESTDIR=$PKG install
}