aboutsummaryrefslogtreecommitdiffstats
path: root/main/glamor-egl
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-02-24 20:18:26 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-02-25 08:25:48 -0300
commit9b81825d0b08a4f8430d3003318958962f68094a (patch)
treecfc43e457c6243114530ab9c9a8b6d0a03fae26e /main/glamor-egl
parent88ee81174b8911bd2e0fed2b4d91bd227978eb1c (diff)
downloadaports-9b81825d0b08a4f8430d3003318958962f68094a.tar.bz2
aports-9b81825d0b08a4f8430d3003318958962f68094a.tar.xz
community/glamor-egl: move from main
Diffstat (limited to 'main/glamor-egl')
-rw-r--r--main/glamor-egl/APKBUILD48
1 files changed, 0 insertions, 48 deletions
diff --git a/main/glamor-egl/APKBUILD b/main/glamor-egl/APKBUILD
deleted file mode 100644
index 8f0564358a..0000000000
--- a/main/glamor-egl/APKBUILD
+++ /dev/null
@@ -1,48 +0,0 @@
-# Contributor: Natanael Copa <ncopa@alpinelinux.org>
-# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
-pkgname=glamor-egl
-pkgver=0.6.0
-pkgrel=4
-pkgdesc="X.org glamor library"
-url="https://www.freedesktop.org/wiki/Software/Glamor"
-arch="all"
-license="MIT"
-depends=""
-depends_dev="mesa-dev"
-makedepends="$depends_dev xorg-server-dev"
-install=""
-subpackages="$pkgname-dev"
-source="https://www.x.org/releases/individual/driver/glamor-egl-$pkgver.tar.bz2"
-
-_builddir="$srcdir"/glamor-egl-$pkgver
-prepare() {
- local i
- cd "$_builddir"
- for i in $source; do
- case $i in
- *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
- esac
- done
-}
-
-build() {
- cd "$_builddir"
- ./configure \
- --build=$CBUILD \
- --host=$CHOST \
- --prefix=/usr \
- --sysconfdir=/etc \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info \
- --localstatedir=/var \
- --disable-static \
- || return 1
- make || return 1
-}
-
-package() {
- cd "$_builddir"
- make DESTDIR="$pkgdir" install || return 1
-}
-
-sha512sums="aa3a88e85ae069e487c88a1839c21b0404c5a2a343a63f2c1d71ffb8d86288eb42dfcb30c8cce4c417b361417e9fae7c1cdabadc07ad40bb97c995c410dc0c1b glamor-egl-0.6.0.tar.bz2"