summaryrefslogtreecommitdiffstats
path: root/x11/videoproto/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'x11/videoproto/APKBUILD')
-rw-r--r--x11/videoproto/APKBUILD19
1 files changed, 0 insertions, 19 deletions
diff --git a/x11/videoproto/APKBUILD b/x11/videoproto/APKBUILD
deleted file mode 100644
index db19caa09..000000000
--- a/x11/videoproto/APKBUILD
+++ /dev/null
@@ -1,19 +0,0 @@
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-pkgname=videoproto
-pkgver=2.3.0
-pkgrel=0
-pkgdesc="X11 Video extension wire protocol"
-url="http://xorg.freedesktop.org/"
-license="custom"
-depends=""
-makedepends=""
-source="http://xorg.freedesktop.org//releases/individual/proto/$pkgname-$pkgver.tar.bz2"
-
-build ()
-{
- cd "$srcdir"/$pkgname-$pkgver
- ./configure --prefix=/usr
- make || return 1
- make DESTDIR="$pkgdir" install || return 1
-}
-md5sums="fb762146a18207a1e8bc9f299dfc7ac0 videoproto-2.3.0.tar.bz2"