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

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

build() {
	cd xprop-$version

	./configure --prefix=/usr --mandir=/usr/man

	make
	make DESTDIR=$PKG install
}