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

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

build() {
	cd xineramaproto-$version
	./configure $XORG_CONFIG
	make
	make DESTDIR=$PKG install
}