aboutsummaryrefslogtreecommitdiffstats
path: root/main/dri2proto
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2018-05-12 20:01:09 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-07-18 17:14:53 +0000
commit6e23462a5569af8c4af7d1e5641d37f12ae0b729 (patch)
treece6494f4d5aaa34ac2f6558aa0e7a74979f8f554 /main/dri2proto
parentdfc56d0a6e8264bcb5cf44aa3bd4a206e953e804 (diff)
downloadaports-6e23462a5569af8c4af7d1e5641d37f12ae0b729.tar.bz2
aports-6e23462a5569af8c4af7d1e5641d37f12ae0b729.tar.xz
main/*proto: remove individual X11 protocol header packages
The following packages have been deprecated in favor of the combined X11 protocol headers found in main/xorgproto. bigreqsproto, compositeproto, damageproto, dri2proto, dri3proto, fixesproto, fontsproto, glproto, inputproto, kbproto, presentproto, printproto, randrproto, recordproto, renderproto, resourceproto, scrnsaverproto, videoproto, xcmiscproto, xextproto, xf86bigfontproto, xf86dgaproto, xf86driproto, xf86miscproto, xf86vidmodeproto, xineramaproto, xproto
Diffstat (limited to 'main/dri2proto')
-rw-r--r--main/dri2proto/APKBUILD35
1 files changed, 0 insertions, 35 deletions
diff --git a/main/dri2proto/APKBUILD b/main/dri2proto/APKBUILD
deleted file mode 100644
index ab9e26594b..0000000000
--- a/main/dri2proto/APKBUILD
+++ /dev/null
@@ -1,35 +0,0 @@
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-pkgname=dri2proto
-pkgver=2.8
-pkgrel=2
-pkgdesc="X11 DRI protocol"
-url="http://xorg.freedesktop.org/"
-arch="noarch"
-license="custom"
-options="!check" # No test suite.
-depends=""
-makedepends="util-macros"
-subpackages="$pkgname-doc"
-source="http://www.x.org/releases/individual/proto/$pkgname-$pkgver.tar.bz2"
-
-prepare() {
- cd "$builddir"
- update_config_sub
- default_prepare
-}
-
-build() {
- cd "$builddir"
- ./configure \
- --build=$CBUILD \
- --host=$CHOST \
- --prefix=/usr
- make
-}
-
-package() {
- cd "$builddir"
- make DESTDIR="$pkgdir" install
- install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}
-sha512sums="1602f58cd8a3371dacf894cde4889b9147fc08e83f98d8e0d1c748abe43ecb74cf4e0e3d5eb2f33568ba5e6d9f310303b98ba43ae3bc956ae693824b1ae0745a dri2proto-2.8.tar.bz2"