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

name=xorg-xcmiscproto
version=1.2.2
release=1
branch=test
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
}