[arch-commits] Commit in glproto/repos (staging-any staging-any/PKGBUILD)
andyrtr at archlinux.org
andyrtr at archlinux.org
Fri Feb 3 16:34:31 UTC 2012
Date: Friday, February 3, 2012 @ 11:34:31
Author: andyrtr
Revision: 148553
archrelease: copy trunk to staging-any
Added:
glproto/repos/staging-any/
glproto/repos/staging-any/PKGBUILD
(from rev 148552, glproto/trunk/PKGBUILD)
----------+
PKGBUILD | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
Copied: glproto/repos/staging-any/PKGBUILD (from rev 148552, glproto/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD (rev 0)
+++ staging-any/PKGBUILD 2012-02-03 16:34:31 UTC (rev 148553)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Alexander Baldeck <alexander at archlinux.org>
+
+pkgname=glproto
+pkgver=1.4.15
+pkgrel=1
+pkgdesc="X11 OpenGL extension wire protocol"
+arch=(any)
+url="http://xorg.freedesktop.org/"
+license=('custom')
+source=(http://xorg.freedesktop.org/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('4cee35232f1926312b29d59a94da1c526b01e5c3')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+ install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+ install -m644 "COPYING" "${pkgdir}/usr/share/licenses/${pkgname}/"
+}
More information about the arch-commits
mailing list