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

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

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