summaryrefslogtreecommitdiffstats
path: root/abs/core/glproto/PKGBUILD
blob: 577864e8bc3af5e1d4e5c73d7d3755a64fe92ba9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $
# Maintainer: Alexander Baldeck <alexander@archlinux.org>
# Contributor: Jan de Groot <jgc@archlinux.org>
pkgname=glproto
pkgver=1.4.12
pkgrel=1
pkgdesc="X11 OpenGL extension wire protocol"
arch=('i686' 'x86_64')
url="http://xorg.freedesktop.org/"
license=('custom')
source=(http://xorg.freedesktop.org/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)

build() {
  cd ${startdir}/src/${pkgname}-${pkgver}
  ./configure --prefix=/usr
  make || return 1
}
package() {
  cd ${startdir}/src/${pkgname}-${pkgver}
  make DESTDIR=${startdir}/pkg install || return 1
}
md5sums=('55edc5ff2efb734215c868f72f7cf27e')