summaryrefslogtreecommitdiffstats
path: root/xorg-xextproto/Pkgfile
blob: c379866d40dec757932e900265dc305407c5100d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Description: xorg proto xextproto
# URL: http://xorg.freedesktop.org
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: docbook-xsl
# Run on:

name=xorg-xextproto
version=7.2.1
release=1
source=(http://xorg.freedesktop.org/releases/individual/proto/xextproto-$version.tar.bz2)

build() {
	cd xextproto-$version
	./configure $XORG_CONFIG
	make
	make DESTDIR=$PKG install
	rm -r $PKG/$XORG_PREFIX/share
}