mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-11-06 19:32:18 +01:00
x11/glproto: new aport
X11 OpenGL extension wire protocol
This commit is contained in:
parent
4ca3cc50d4
commit
5e0e3f5c2c
19
x11/glproto/APKBUILD
Normal file
19
x11/glproto/APKBUILD
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||||
|
pkgname=glproto
|
||||||
|
pkgver=1.4.9
|
||||||
|
pkgrel=0
|
||||||
|
pkgdesc="X11 OpenGL 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="e60951628422663e60faeb400f27bac1 glproto-1.4.9.tar.bz2"
|
||||||
Loading…
x
Reference in New Issue
Block a user