summaryrefslogtreecommitdiffstats
path: root/xorg-videoproto/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-videoproto/Pkgfile')
-rw-r--r--xorg-videoproto/Pkgfile19
1 files changed, 0 insertions, 19 deletions
diff --git a/xorg-videoproto/Pkgfile b/xorg-videoproto/Pkgfile
deleted file mode 100644
index d9a0a5da6..000000000
--- a/xorg-videoproto/Pkgfile
+++ /dev/null
@@ -1,19 +0,0 @@
-# Description: xorg proto videoproto
-# URL: http://xorg.freedesktop.org
-# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
-# Packager: thierryn1 at hispeed dot ch
-
-name=xorg-videoproto
-version=2.3.1
-release=1
-source=(http://xorg.freedesktop.org/releases/individual/proto/videoproto-$version.tar.bz2)
-
-build() {
- cd videoproto-$version
-
- ./configure --prefix=/usr
-
- make
- make DESTDIR=$PKG install
- rm -r $PKG/usr/share
-}