summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-xwininfo/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg/xorg-xwininfo/Pkgfile')
-rw-r--r--xorg/xorg-xwininfo/Pkgfile11
1 files changed, 5 insertions, 6 deletions
diff --git a/xorg/xorg-xwininfo/Pkgfile b/xorg/xorg-xwininfo/Pkgfile
index dd4d783b1..b8c7eb476 100644
--- a/xorg/xorg-xwininfo/Pkgfile
+++ b/xorg/xorg-xwininfo/Pkgfile
@@ -1,19 +1,18 @@
# Description: Window information utility for X
# URL: http://xorg.freedesktop.org
-# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# 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.0.4
-release=2
+version=1.1.1
+release=1
source=(http://xorg.freedesktop.org/releases/individual/app/xwininfo-$version.tar.bz2)
build() {
cd xwininfo-$version
-
- ./configure --prefix=/usr
-
+ ./configure $XORG_CONFIG
make
make DESTDIR=$PKG install
}