summaryrefslogtreecommitdiffstats
path: root/xorg-libxcb/Pkgfile.old
blob: 0732185ce7254be4e25d33de6c5c035fe9f871cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Description: XCB library
# URL: http://xcb.freedesktop.org
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: xorg-xcb-proto, xorg-libxdmcp, xorg-libxau, libxslt, libpthread-stubs

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

build() {
	cd libxcb-$version

	./configure --prefix=/usr

	make
	make DESTDIR=$PKG install

	rm -rf $PKG/usr/share
}