summaryrefslogtreecommitdiffstats
path: root/xorg-printproto/Pkgfile
blob: 7ddb229ffbf8a68f5548c8923185b78a2064be21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Description: paquet d'entête pour Xorg
# URL: http://xorg.freedesktop.org
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch

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

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