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/Pkgfile18
1 files changed, 0 insertions, 18 deletions
diff --git a/xorg/xorg-xwininfo/Pkgfile b/xorg/xorg-xwininfo/Pkgfile
deleted file mode 100644
index b8c7eb476..000000000
--- a/xorg/xorg-xwininfo/Pkgfile
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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.1
-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
-}