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, 19 insertions, 0 deletions
diff --git a/xorg-videoproto/Pkgfile b/xorg-videoproto/Pkgfile
new file mode 100644
index 000000000..d9a0a5da6
--- /dev/null
+++ b/xorg-videoproto/Pkgfile
@@ -0,0 +1,19 @@
+# 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
+}