summaryrefslogtreecommitdiffstats
path: root/xorg-libxxf86misc/Pkgfile
blob: 52904c7d81d07fd8f3cd66144253c2cc4822871f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Description: xorg lib libXxf86misc
# URL: http://xorg.freedesktop.org
# Maintainer: cgit.freedesktop.org/xorg/lib/libXxf86misc/
# Packager: thierryn1 at hispeed dot ch
# Depends on: xorg-xproto, xorg-libx11, xorg-libxext, xorg-xf86miscproto
# Run on: xorg-libx11,xorg-libxext

name=xorg-libxxf86misc
version=1.0.3
release=1
source=(http://xorg.freedesktop.org/releases/individual/lib/libXxf86misc-$version.tar.bz2)

build() {
	cd libXxf86misc-$version

	./configure $XORG_CONFIG

	make
	make DESTDIR=$PKG install
	rm $PKG/usr/share/man/man3/XF86Misc*
}