[arch-commits] Commit in glew1.10/repos/community-x86_64 (PKGBUILD PKGBUILD)

Maxim Baz maximbaz at archlinux.org
Mon Dec 31 19:10:31 UTC 2018


    Date: Monday, December 31, 2018 @ 19:10:30
  Author: maximbaz
Revision: 420094

archrelease: copy trunk to community-x86_64

Added:
  glew1.10/repos/community-x86_64/PKGBUILD
    (from rev 420093, glew1.10/trunk/PKGBUILD)
Deleted:
  glew1.10/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-31 19:10:22 UTC (rev 420093)
+++ PKGBUILD	2018-12-31 19:10:30 UTC (rev 420094)
@@ -1,36 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Florian Pritz <flo at xinu.at>
-
-pkgname=glew1.10
-pkgver=1.10.0
-pkgrel=2
-pkgdesc='A cross-platform C/C++ extension loading library'
-arch=('x86_64')
-url='http://glew.sourceforge.net'
-license=('BSD' 'MIT' 'GPL')
-depends=('glibc' 'libgl' 'libx11' 'libxext' 'libxi' 'libxmu')
-source=("http://downloads.sourceforge.net/glew/glew-${pkgver}.tgz")
-sha256sums=('99c41320b63f6860869b5fb9af9a1854b15582796c64ee3dfd7096dc0c89f307')
-
-prepare() {
-  cd glew-${pkgver}
-
-  sed -i 's|lib64|lib|' config/Makefile.linux
-}
-
-build() {
-  cd glew-${pkgver}
-
-  make
-}
-
-package() {
-  cd glew-${pkgver}
-
-  make GLEW_DEST="${pkgdir}/usr" install
-  rm -rf "${pkgdir}"/usr/{bin,include,lib/{libGLEW.{a,so},pkgconfig}}
-
-  install -Dm 644 LICENSE.txt -t "${pkgdir}"/usr/share/licenses/glew1.10/
-}
-
-# vim: ts=2 sw=2 et:

Copied: glew1.10/repos/community-x86_64/PKGBUILD (from rev 420093, glew1.10/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-12-31 19:10:30 UTC (rev 420094)
@@ -0,0 +1,36 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Florian Pritz <flo at xinu.at>
+
+pkgname=glew1.10
+pkgver=1.10.0
+pkgrel=2
+pkgdesc='A cross-platform C/C++ extension loading library'
+arch=('x86_64')
+url='http://glew.sourceforge.net'
+license=('BSD' 'MIT' 'GPL')
+depends=('glibc' 'libgl' 'libx11' 'libxext' 'libxi' 'libxmu')
+source=("https://downloads.sourceforge.net/glew/glew-${pkgver}.tgz")
+sha256sums=('99c41320b63f6860869b5fb9af9a1854b15582796c64ee3dfd7096dc0c89f307')
+
+prepare() {
+  cd glew-${pkgver}
+
+  sed -i 's|lib64|lib|' config/Makefile.linux
+}
+
+build() {
+  cd glew-${pkgver}
+
+  make
+}
+
+package() {
+  cd glew-${pkgver}
+
+  make GLEW_DEST="${pkgdir}/usr" install
+  rm -rf "${pkgdir}"/usr/{bin,include,lib/{libGLEW.{a,so},pkgconfig}}
+
+  install -Dm 644 LICENSE.txt -t "${pkgdir}"/usr/share/licenses/glew1.10/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list