summaryrefslogtreecommitdiffstats
path: root/xorg-xwininfo/Pkgfile
blob: 756e269ab0adf3ac562a6bc6cf9cf4601797940c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Description: Window information utility for X
# URL: http://xorg.freedesktop.org
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: xorg-libxmu, xorg-libx11, xorg-libxext
# Run on: xorg-libxmu,xorg-libx11,xorg-libxext

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

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