summaryrefslogtreecommitdiff
path: root/xorg-xf86-input-summa/Pkgfile
diff options
context:
space:
mode:
authorTilman Sauerbeck <tilman@crux.nu>2010-08-22 13:10:41 +0200
committerTilman Sauerbeck <tilman@crux.nu>2010-08-22 13:10:41 +0200
commite5830cd4fd4b8812ab36e9edcf961f711670713c (patch)
tree63ebf0425c51325859709b597d3c720585a21df0 /xorg-xf86-input-summa/Pkgfile
parent5bcc9d82911de3d46e5e5080de9abb4fa5704eba (diff)
downloadxorg-e5830cd4fd4b8812ab36e9edcf961f711670713c.tar.gz
xorg-e5830cd4fd4b8812ab36e9edcf961f711670713c.tar.xz
xorg-xf86-input-summa: removed.
It doesn't build against the current X server.
Diffstat (limited to 'xorg-xf86-input-summa/Pkgfile')
-rw-r--r--xorg-xf86-input-summa/Pkgfile18
1 files changed, 0 insertions, 18 deletions
diff --git a/xorg-xf86-input-summa/Pkgfile b/xorg-xf86-input-summa/Pkgfile
deleted file mode 100644
index 6b79dd5e..00000000
--- a/xorg-xf86-input-summa/Pkgfile
+++ /dev/null
@@ -1,18 +0,0 @@
-# Description: xorg driver xf86-input-summa
-# URL: http://xorg.freedesktop.org
-# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
-# Depends on: xorg-server
-
-name=xorg-xf86-input-summa
-version=1.2.0
-release=1
-source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-input-summa-$version.tar.bz2)
-
-build() {
- cd xf86-input-summa-$version
-
- ./configure --prefix=/usr --mandir=/usr/man
-
- make
- make DESTDIR=$PKG install
-}

Generated by cgit