summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-xprop/Pkgfile
blob: 1f7423380173982a9a1696d24f5530dd4b980ccb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Description: Property displayer for X
# URL: http://xorg.freedesktop.org
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: xorg-libxmu, xorg-libx11
# Run on:

name=xorg-xprop
version=1.0.4
release=2
source=(http://xorg.freedesktop.org/releases/individual/app/xprop-$version.tar.bz2)

build() {
	cd xprop-$version

	./configure --prefix=/usr

	make
	make DESTDIR=$PKG install
}