[arch-commits] Commit in glproto/trunk (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Thu Jul 7 22:36:20 UTC 2011


    Date: Thursday, July 7, 2011 @ 18:36:20
  Author: andyrtr
Revision: 130766

upgpkg: glproto 1.4.14-1
upstream update 1.4.14

Modified:
  glproto/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-07-07 22:34:44 UTC (rev 130765)
+++ PKGBUILD	2011-07-07 22:36:20 UTC (rev 130766)
@@ -3,19 +3,23 @@
 # Contributor: Alexander Baldeck <alexander at archlinux.org>
 
 pkgname=glproto
-pkgver=1.4.12
+pkgver=1.4.14
 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=('50f8bdae2c71b4bc4df421102f5f08a3fc417779')
+sha1sums=('ab1941ad184a76c023858dd1623edd625d70fc2c')
 
 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