[arch-commits] Commit in ocaml-lablgl/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-09-12 Thread Jürgen Hötzel via arch-commits
Date: Saturday, September 12, 2020 @ 11:22:37
  Author: juergen
Revision: 703781

archrelease: copy trunk to community-x86_64

Added:
  ocaml-lablgl/repos/community-x86_64/PKGBUILD
(from rev 703780, ocaml-lablgl/trunk/PKGBUILD)
Deleted:
  ocaml-lablgl/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   92 ++---
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-12 11:22:10 UTC (rev 703780)
+++ PKGBUILD2020-09-12 11:22:37 UTC (rev 703781)
@@ -1,46 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Florian Dejonckheere 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Nikolay Amiantov 
-
-pkgname=ocaml-lablgl
-pkgver=1.06
-pkgrel=7
-pkgdesc='OCaml interface to OpenGL'
-url="https://github.com/garrigue/lablgl;
-arch=('x86_64')
-license=('BSD')
-depends=('glu' 'glut' 'libxi' 'libxmu' 'libgl' 'ocaml=4.11.0')
-options=('!strip' '!makeflags' 'staticlibs')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('d11852cbdbd40a14a22b30a218d009033c810de461e5717582f5dbe480296a7a')
-
-prepare() {
-cd "${srcdir}"/lablgl-${pkgver}
-
-printf 'RANLIB = :\n' > Makefile.config
-printf 'GLLIBS = -lGL -lGLU\n' >> Makefile.config
-printf 'GLUTLIBS = -lglut\n' >> Makefile.config
-}
-
-build() {
-  cd "${srcdir}"/lablgl-${pkgver}
-
-  make lib
-  make libopt
-}
-
-package() {
-cd "${srcdir}"/lablgl-${pkgver}
-
-# Install routines are broken and don't ensure this is created first.
-mkdir -p "${pkgdir}"/usr/lib/ocaml/stublibs
-
-make install BINDIR="${pkgdir}/usr/bin/" \
- LIBDIR="${pkgdir}/usr/lib/ocaml/" \
- DDLDIR="${pkgdir}/usr/lib/ocaml/stublibs/" \
- INSTALLDIR="${pkgdir}/usr/lib/ocaml/lablGL/"
-
-install -Dm644 src/lablgl.cmxa "${pkgdir}"/usr/lib/ocaml/lablgl.cmxa
-install -Dm644 COPYRIGHT "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: ocaml-lablgl/repos/community-x86_64/PKGBUILD (from rev 703780, 
ocaml-lablgl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-12 11:22:37 UTC (rev 703781)
@@ -0,0 +1,46 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Florian Dejonckheere 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Nikolay Amiantov 
+
+pkgname=ocaml-lablgl
+pkgver=1.06
+pkgrel=8
+pkgdesc='OCaml interface to OpenGL'
+url="https://github.com/garrigue/lablgl;
+arch=('x86_64')
+license=('BSD')
+depends=('glu' 'glut' 'libxi' 'libxmu' 'libgl' 'ocaml>=4.11.0')
+options=('!strip' '!makeflags' 'staticlibs')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('d11852cbdbd40a14a22b30a218d009033c810de461e5717582f5dbe480296a7a')
+
+prepare() {
+cd "${srcdir}"/lablgl-${pkgver}
+
+printf 'RANLIB = :\n' > Makefile.config
+printf 'GLLIBS = -lGL -lGLU\n' >> Makefile.config
+printf 'GLUTLIBS = -lglut\n' >> Makefile.config
+}
+
+build() {
+  cd "${srcdir}"/lablgl-${pkgver}
+
+  make lib
+  make libopt
+}
+
+package() {
+cd "${srcdir}"/lablgl-${pkgver}
+
+# Install routines are broken and don't ensure this is created first.
+mkdir -p "${pkgdir}"/usr/lib/ocaml/stublibs
+
+make install BINDIR="${pkgdir}/usr/bin/" \
+ LIBDIR="${pkgdir}/usr/lib/ocaml/" \
+ DDLDIR="${pkgdir}/usr/lib/ocaml/stublibs/" \
+ INSTALLDIR="${pkgdir}/usr/lib/ocaml/lablGL/"
+
+install -Dm644 src/lablgl.cmxa "${pkgdir}"/usr/lib/ocaml/lablgl.cmxa
+install -Dm644 COPYRIGHT "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


[arch-commits] Commit in ocaml-lablgl/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-08-29 Thread Jürgen Hötzel via arch-commits
Date: Saturday, August 29, 2020 @ 13:19:05
  Author: juergen
Revision: 692211

archrelease: copy trunk to community-x86_64

Added:
  ocaml-lablgl/repos/community-x86_64/PKGBUILD
(from rev 692210, ocaml-lablgl/trunk/PKGBUILD)
Deleted:
  ocaml-lablgl/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   92 ++---
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-29 13:18:59 UTC (rev 692210)
+++ PKGBUILD2020-08-29 13:19:05 UTC (rev 692211)
@@ -1,46 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Florian Dejonckheere 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Nikolay Amiantov 
-
-pkgname=ocaml-lablgl
-pkgver=1.06
-pkgrel=6
-pkgdesc='OCaml interface to OpenGL'
-url="https://github.com/garrigue/lablgl;
-arch=('x86_64')
-license=('BSD')
-depends=('glu' 'glut' 'libxi' 'libxmu' 'libgl' 'ocaml=4.10.0')
-options=('!strip' '!makeflags' 'staticlibs')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('d11852cbdbd40a14a22b30a218d009033c810de461e5717582f5dbe480296a7a')
-
-prepare() {
-cd "${srcdir}"/lablgl-${pkgver}
-
-printf 'RANLIB = :\n' > Makefile.config
-printf 'GLLIBS = -lGL -lGLU\n' >> Makefile.config
-printf 'GLUTLIBS = -lglut\n' >> Makefile.config
-}
-
-build() {
-  cd "${srcdir}"/lablgl-${pkgver}
-
-  make lib
-  make libopt
-}
-
-package() {
-cd "${srcdir}"/lablgl-${pkgver}
-
-# Install routines are broken and don't ensure this is created first.
-mkdir -p "${pkgdir}"/usr/lib/ocaml/stublibs
-
-make install BINDIR="${pkgdir}/usr/bin/" \
- LIBDIR="${pkgdir}/usr/lib/ocaml/" \
- DDLDIR="${pkgdir}/usr/lib/ocaml/stublibs/" \
- INSTALLDIR="${pkgdir}/usr/lib/ocaml/lablGL/"
-
-install -Dm644 src/lablgl.cmxa "${pkgdir}"/usr/lib/ocaml/lablgl.cmxa
-install -Dm644 COPYRIGHT "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: ocaml-lablgl/repos/community-x86_64/PKGBUILD (from rev 692210, 
ocaml-lablgl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-29 13:19:05 UTC (rev 692211)
@@ -0,0 +1,46 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Florian Dejonckheere 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Nikolay Amiantov 
+
+pkgname=ocaml-lablgl
+pkgver=1.06
+pkgrel=7
+pkgdesc='OCaml interface to OpenGL'
+url="https://github.com/garrigue/lablgl;
+arch=('x86_64')
+license=('BSD')
+depends=('glu' 'glut' 'libxi' 'libxmu' 'libgl' 'ocaml=4.11.0')
+options=('!strip' '!makeflags' 'staticlibs')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('d11852cbdbd40a14a22b30a218d009033c810de461e5717582f5dbe480296a7a')
+
+prepare() {
+cd "${srcdir}"/lablgl-${pkgver}
+
+printf 'RANLIB = :\n' > Makefile.config
+printf 'GLLIBS = -lGL -lGLU\n' >> Makefile.config
+printf 'GLUTLIBS = -lglut\n' >> Makefile.config
+}
+
+build() {
+  cd "${srcdir}"/lablgl-${pkgver}
+
+  make lib
+  make libopt
+}
+
+package() {
+cd "${srcdir}"/lablgl-${pkgver}
+
+# Install routines are broken and don't ensure this is created first.
+mkdir -p "${pkgdir}"/usr/lib/ocaml/stublibs
+
+make install BINDIR="${pkgdir}/usr/bin/" \
+ LIBDIR="${pkgdir}/usr/lib/ocaml/" \
+ DDLDIR="${pkgdir}/usr/lib/ocaml/stublibs/" \
+ INSTALLDIR="${pkgdir}/usr/lib/ocaml/lablGL/"
+
+install -Dm644 src/lablgl.cmxa "${pkgdir}"/usr/lib/ocaml/lablgl.cmxa
+install -Dm644 COPYRIGHT "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


[arch-commits] Commit in ocaml-lablgl/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-05-18 Thread Jürgen Hötzel via arch-commits
Date: Monday, May 18, 2020 @ 17:43:41
  Author: juergen
Revision: 629587

archrelease: copy trunk to community-x86_64

Added:
  ocaml-lablgl/repos/community-x86_64/PKGBUILD
(from rev 629586, ocaml-lablgl/trunk/PKGBUILD)
Deleted:
  ocaml-lablgl/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   92 ++---
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-18 17:43:28 UTC (rev 629586)
+++ PKGBUILD2020-05-18 17:43:41 UTC (rev 629587)
@@ -1,46 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Florian Dejonckheere 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Nikolay Amiantov 
-
-pkgname=ocaml-lablgl
-pkgver=1.06
-pkgrel=5
-pkgdesc='OCaml interface to OpenGL'
-url="https://github.com/garrigue/lablgl;
-arch=('x86_64')
-license=('BSD')
-depends=('glu' 'glut' 'libxi' 'libxmu' 'libgl' 'ocaml=4.09.1')
-options=('!strip' '!makeflags' 'staticlibs')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('d11852cbdbd40a14a22b30a218d009033c810de461e5717582f5dbe480296a7a')
-
-prepare() {
-cd "${srcdir}"/lablgl-${pkgver}
-
-printf 'RANLIB = :\n' > Makefile.config
-printf 'GLLIBS = -lGL -lGLU\n' >> Makefile.config
-printf 'GLUTLIBS = -lglut\n' >> Makefile.config
-}
-
-build() {
-  cd "${srcdir}"/lablgl-${pkgver}
-
-  make lib
-  make libopt
-}
-
-package() {
-cd "${srcdir}"/lablgl-${pkgver}
-
-# Install routines are broken and don't ensure this is created first.
-mkdir -p "${pkgdir}"/usr/lib/ocaml/stublibs
-
-make install BINDIR="${pkgdir}/usr/bin/" \
- LIBDIR="${pkgdir}/usr/lib/ocaml/" \
- DDLDIR="${pkgdir}/usr/lib/ocaml/stublibs/" \
- INSTALLDIR="${pkgdir}/usr/lib/ocaml/lablGL/"
-
-install -Dm644 src/lablgl.cmxa "${pkgdir}"/usr/lib/ocaml/lablgl.cmxa
-install -Dm644 COPYRIGHT "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: ocaml-lablgl/repos/community-x86_64/PKGBUILD (from rev 629586, 
ocaml-lablgl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-18 17:43:41 UTC (rev 629587)
@@ -0,0 +1,46 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Florian Dejonckheere 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Nikolay Amiantov 
+
+pkgname=ocaml-lablgl
+pkgver=1.06
+pkgrel=6
+pkgdesc='OCaml interface to OpenGL'
+url="https://github.com/garrigue/lablgl;
+arch=('x86_64')
+license=('BSD')
+depends=('glu' 'glut' 'libxi' 'libxmu' 'libgl' 'ocaml=4.10.0')
+options=('!strip' '!makeflags' 'staticlibs')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('d11852cbdbd40a14a22b30a218d009033c810de461e5717582f5dbe480296a7a')
+
+prepare() {
+cd "${srcdir}"/lablgl-${pkgver}
+
+printf 'RANLIB = :\n' > Makefile.config
+printf 'GLLIBS = -lGL -lGLU\n' >> Makefile.config
+printf 'GLUTLIBS = -lglut\n' >> Makefile.config
+}
+
+build() {
+  cd "${srcdir}"/lablgl-${pkgver}
+
+  make lib
+  make libopt
+}
+
+package() {
+cd "${srcdir}"/lablgl-${pkgver}
+
+# Install routines are broken and don't ensure this is created first.
+mkdir -p "${pkgdir}"/usr/lib/ocaml/stublibs
+
+make install BINDIR="${pkgdir}/usr/bin/" \
+ LIBDIR="${pkgdir}/usr/lib/ocaml/" \
+ DDLDIR="${pkgdir}/usr/lib/ocaml/stublibs/" \
+ INSTALLDIR="${pkgdir}/usr/lib/ocaml/lablGL/"
+
+install -Dm644 src/lablgl.cmxa "${pkgdir}"/usr/lib/ocaml/lablgl.cmxa
+install -Dm644 COPYRIGHT "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


[arch-commits] Commit in ocaml-lablgl/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-03-21 Thread Felix Yan via arch-commits
Date: Saturday, March 21, 2020 @ 18:27:41
  Author: felixonmars
Revision: 602970

archrelease: copy trunk to community-x86_64

Added:
  ocaml-lablgl/repos/community-x86_64/PKGBUILD
(from rev 602969, ocaml-lablgl/trunk/PKGBUILD)
Deleted:
  ocaml-lablgl/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   92 ++---
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-21 18:27:25 UTC (rev 602969)
+++ PKGBUILD2020-03-21 18:27:41 UTC (rev 602970)
@@ -1,46 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Florian Dejonckheere 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Nikolay Amiantov 
-
-pkgname=ocaml-lablgl
-pkgver=1.06
-pkgrel=4
-pkgdesc='OCaml interface to OpenGL'
-url="https://github.com/garrigue/lablgl;
-arch=('x86_64')
-license=('BSD')
-depends=('glu' 'glut' 'libxi' 'libxmu' 'libgl' 'ocaml=4.09.0')
-options=('!strip' '!makeflags' 'staticlibs')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('d11852cbdbd40a14a22b30a218d009033c810de461e5717582f5dbe480296a7a')
-
-prepare() {
-cd "${srcdir}"/lablgl-${pkgver}
-
-printf 'RANLIB = :\n' > Makefile.config
-printf 'GLLIBS = -lGL -lGLU\n' >> Makefile.config
-printf 'GLUTLIBS = -lglut\n' >> Makefile.config
-}
-
-build() {
-  cd "${srcdir}"/lablgl-${pkgver}
-
-  make lib
-  make libopt
-}
-
-package() {
-cd "${srcdir}"/lablgl-${pkgver}
-
-# Install routines are broken and don't ensure this is created first.
-mkdir -p "${pkgdir}"/usr/lib/ocaml/stublibs
-
-make install BINDIR="${pkgdir}/usr/bin/" \
- LIBDIR="${pkgdir}/usr/lib/ocaml/" \
- DDLDIR="${pkgdir}/usr/lib/ocaml/stublibs/" \
- INSTALLDIR="${pkgdir}/usr/lib/ocaml/lablGL/"
-
-install -Dm644 src/lablgl.cmxa "${pkgdir}"/usr/lib/ocaml/lablgl.cmxa
-install -Dm644 COPYRIGHT "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: ocaml-lablgl/repos/community-x86_64/PKGBUILD (from rev 602969, 
ocaml-lablgl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-21 18:27:41 UTC (rev 602970)
@@ -0,0 +1,46 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Florian Dejonckheere 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Nikolay Amiantov 
+
+pkgname=ocaml-lablgl
+pkgver=1.06
+pkgrel=5
+pkgdesc='OCaml interface to OpenGL'
+url="https://github.com/garrigue/lablgl;
+arch=('x86_64')
+license=('BSD')
+depends=('glu' 'glut' 'libxi' 'libxmu' 'libgl' 'ocaml=4.09.1')
+options=('!strip' '!makeflags' 'staticlibs')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('d11852cbdbd40a14a22b30a218d009033c810de461e5717582f5dbe480296a7a')
+
+prepare() {
+cd "${srcdir}"/lablgl-${pkgver}
+
+printf 'RANLIB = :\n' > Makefile.config
+printf 'GLLIBS = -lGL -lGLU\n' >> Makefile.config
+printf 'GLUTLIBS = -lglut\n' >> Makefile.config
+}
+
+build() {
+  cd "${srcdir}"/lablgl-${pkgver}
+
+  make lib
+  make libopt
+}
+
+package() {
+cd "${srcdir}"/lablgl-${pkgver}
+
+# Install routines are broken and don't ensure this is created first.
+mkdir -p "${pkgdir}"/usr/lib/ocaml/stublibs
+
+make install BINDIR="${pkgdir}/usr/bin/" \
+ LIBDIR="${pkgdir}/usr/lib/ocaml/" \
+ DDLDIR="${pkgdir}/usr/lib/ocaml/stublibs/" \
+ INSTALLDIR="${pkgdir}/usr/lib/ocaml/lablGL/"
+
+install -Dm644 src/lablgl.cmxa "${pkgdir}"/usr/lib/ocaml/lablgl.cmxa
+install -Dm644 COPYRIGHT "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


[arch-commits] Commit in ocaml-lablgl/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-10-10 Thread Jürgen Hötzel via arch-commits
Date: Thursday, October 10, 2019 @ 12:01:46
  Author: juergen
Revision: 514447

archrelease: copy trunk to community-x86_64

Added:
  ocaml-lablgl/repos/community-x86_64/PKGBUILD
(from rev 514446, ocaml-lablgl/trunk/PKGBUILD)
Deleted:
  ocaml-lablgl/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   92 ++---
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-10 12:01:27 UTC (rev 514446)
+++ PKGBUILD2019-10-10 12:01:46 UTC (rev 514447)
@@ -1,46 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Florian Dejonckheere 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Nikolay Amiantov 
-
-pkgname=ocaml-lablgl
-pkgver=1.06
-pkgrel=4
-pkgdesc='OCaml interface to OpenGL'
-url="https://github.com/garrigue/lablgl;
-arch=('x86_64')
-license=('BSD')
-depends=('glu' 'glut' 'libxi' 'libxmu' 'libgl' 'ocaml=4.09.0')
-options=('!strip' '!makeflags' 'staticlibs')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('d11852cbdbd40a14a22b30a218d009033c810de461e5717582f5dbe480296a7a')
-
-prepare() {
-cd "${srcdir}"/lablgl-${pkgver}
-
-printf 'RANLIB = :\n' > Makefile.config
-printf 'GLLIBS = -lGL -lGLU\n' >> Makefile.config
-printf 'GLUTLIBS = -lglut\n' >> Makefile.config
-}
-
-build() {
-  cd "${srcdir}"/lablgl-${pkgver}
-
-  make lib
-  make libopt
-}
-
-package() {
-cd "${srcdir}"/lablgl-${pkgver}
-
-# Install routines are broken and don't ensure this is created first.
-mkdir -p "${pkgdir}"/usr/lib/ocaml/stublibs
-
-make install BINDIR="${pkgdir}/usr/bin/" \
- LIBDIR="${pkgdir}/usr/lib/ocaml/" \
- DDLDIR="${pkgdir}/usr/lib/ocaml/stublibs/" \
- INSTALLDIR="${pkgdir}/usr/lib/ocaml/lablGL/"
-
-install -Dm644 src/lablgl.cmxa "${pkgdir}"/usr/lib/ocaml/lablgl.cmxa
-install -Dm644 COPYRIGHT "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: ocaml-lablgl/repos/community-x86_64/PKGBUILD (from rev 514446, 
ocaml-lablgl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-10 12:01:46 UTC (rev 514447)
@@ -0,0 +1,46 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Florian Dejonckheere 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Nikolay Amiantov 
+
+pkgname=ocaml-lablgl
+pkgver=1.06
+pkgrel=4
+pkgdesc='OCaml interface to OpenGL'
+url="https://github.com/garrigue/lablgl;
+arch=('x86_64')
+license=('BSD')
+depends=('glu' 'glut' 'libxi' 'libxmu' 'libgl' 'ocaml=4.09.0')
+options=('!strip' '!makeflags' 'staticlibs')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('d11852cbdbd40a14a22b30a218d009033c810de461e5717582f5dbe480296a7a')
+
+prepare() {
+cd "${srcdir}"/lablgl-${pkgver}
+
+printf 'RANLIB = :\n' > Makefile.config
+printf 'GLLIBS = -lGL -lGLU\n' >> Makefile.config
+printf 'GLUTLIBS = -lglut\n' >> Makefile.config
+}
+
+build() {
+  cd "${srcdir}"/lablgl-${pkgver}
+
+  make lib
+  make libopt
+}
+
+package() {
+cd "${srcdir}"/lablgl-${pkgver}
+
+# Install routines are broken and don't ensure this is created first.
+mkdir -p "${pkgdir}"/usr/lib/ocaml/stublibs
+
+make install BINDIR="${pkgdir}/usr/bin/" \
+ LIBDIR="${pkgdir}/usr/lib/ocaml/" \
+ DDLDIR="${pkgdir}/usr/lib/ocaml/stublibs/" \
+ INSTALLDIR="${pkgdir}/usr/lib/ocaml/lablGL/"
+
+install -Dm644 src/lablgl.cmxa "${pkgdir}"/usr/lib/ocaml/lablgl.cmxa
+install -Dm644 COPYRIGHT "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


[arch-commits] Commit in ocaml-lablgl/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-10-10 Thread Jürgen Hötzel via arch-commits
Date: Thursday, October 10, 2019 @ 09:40:25
  Author: juergen
Revision: 514429

archrelease: copy trunk to community-x86_64

Added:
  ocaml-lablgl/repos/community-x86_64/PKGBUILD
(from rev 514428, ocaml-lablgl/trunk/PKGBUILD)
Deleted:
  ocaml-lablgl/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   92 ++---
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-10 09:40:15 UTC (rev 514428)
+++ PKGBUILD2019-10-10 09:40:25 UTC (rev 514429)
@@ -1,46 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Florian Dejonckheere 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Nikolay Amiantov 
-
-pkgname=ocaml-lablgl
-pkgver=1.06
-pkgrel=3
-pkgdesc='OCaml interface to OpenGL'
-url="https://github.com/garrigue/lablgl;
-arch=('x86_64')
-license=('BSD')
-depends=('glu' 'glut' 'libxi' 'libxmu' 'libgl' 'ocaml=4.08.1')
-options=('!strip' '!makeflags' 'staticlibs')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('d11852cbdbd40a14a22b30a218d009033c810de461e5717582f5dbe480296a7a')
-
-prepare() {
-cd "${srcdir}"/lablgl-${pkgver}
-
-printf 'RANLIB = :\n' > Makefile.config
-printf 'GLLIBS = -lGL -lGLU\n' >> Makefile.config
-printf 'GLUTLIBS = -lglut\n' >> Makefile.config
-}
-
-build() {
-  cd "${srcdir}"/lablgl-${pkgver}
-
-  make lib
-  make libopt
-}
-
-package() {
-cd "${srcdir}"/lablgl-${pkgver}
-
-# Install routines are broken and don't ensure this is created first.
-mkdir -p "${pkgdir}"/usr/lib/ocaml/stublibs
-
-make install BINDIR="${pkgdir}/usr/bin/" \
- LIBDIR="${pkgdir}/usr/lib/ocaml/" \
- DDLDIR="${pkgdir}/usr/lib/ocaml/stublibs/" \
- INSTALLDIR="${pkgdir}/usr/lib/ocaml/lablGL/"
-
-install -Dm644 src/lablgl.cmxa "${pkgdir}"/usr/lib/ocaml/lablgl.cmxa
-install -Dm644 COPYRIGHT "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: ocaml-lablgl/repos/community-x86_64/PKGBUILD (from rev 514428, 
ocaml-lablgl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-10 09:40:25 UTC (rev 514429)
@@ -0,0 +1,46 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Florian Dejonckheere 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Nikolay Amiantov 
+
+pkgname=ocaml-lablgl
+pkgver=1.06
+pkgrel=4
+pkgdesc='OCaml interface to OpenGL'
+url="https://github.com/garrigue/lablgl;
+arch=('x86_64')
+license=('BSD')
+depends=('glu' 'glut' 'libxi' 'libxmu' 'libgl' 'ocaml=4.09.0')
+options=('!strip' '!makeflags' 'staticlibs')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('d11852cbdbd40a14a22b30a218d009033c810de461e5717582f5dbe480296a7a')
+
+prepare() {
+cd "${srcdir}"/lablgl-${pkgver}
+
+printf 'RANLIB = :\n' > Makefile.config
+printf 'GLLIBS = -lGL -lGLU\n' >> Makefile.config
+printf 'GLUTLIBS = -lglut\n' >> Makefile.config
+}
+
+build() {
+  cd "${srcdir}"/lablgl-${pkgver}
+
+  make lib
+  make libopt
+}
+
+package() {
+cd "${srcdir}"/lablgl-${pkgver}
+
+# Install routines are broken and don't ensure this is created first.
+mkdir -p "${pkgdir}"/usr/lib/ocaml/stublibs
+
+make install BINDIR="${pkgdir}/usr/bin/" \
+ LIBDIR="${pkgdir}/usr/lib/ocaml/" \
+ DDLDIR="${pkgdir}/usr/lib/ocaml/stublibs/" \
+ INSTALLDIR="${pkgdir}/usr/lib/ocaml/lablGL/"
+
+install -Dm644 src/lablgl.cmxa "${pkgdir}"/usr/lib/ocaml/lablgl.cmxa
+install -Dm644 COPYRIGHT "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


[arch-commits] Commit in ocaml-lablgl/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-08-24 Thread Jürgen Hötzel via arch-commits
Date: Saturday, August 24, 2019 @ 12:38:09
  Author: juergen
Revision: 501480

archrelease: copy trunk to community-x86_64

Added:
  ocaml-lablgl/repos/community-x86_64/PKGBUILD
(from rev 501479, ocaml-lablgl/trunk/PKGBUILD)
Deleted:
  ocaml-lablgl/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   92 ++---
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-24 12:37:50 UTC (rev 501479)
+++ PKGBUILD2019-08-24 12:38:09 UTC (rev 501480)
@@ -1,46 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Florian Dejonckheere 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Nikolay Amiantov 
-
-pkgname=ocaml-lablgl
-pkgver=1.06
-pkgrel=2
-pkgdesc='OCaml interface to OpenGL'
-url="https://github.com/garrigue/lablgl;
-arch=('x86_64')
-license=('BSD')
-depends=('glu' 'glut' 'libxi' 'libxmu' 'libgl' 'ocaml=4.08.0')
-options=('!strip' '!makeflags' 'staticlibs')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('d11852cbdbd40a14a22b30a218d009033c810de461e5717582f5dbe480296a7a')
-
-prepare() {
-cd "${srcdir}"/lablgl-${pkgver}
-
-printf 'RANLIB = :\n' > Makefile.config
-printf 'GLLIBS = -lGL -lGLU\n' >> Makefile.config
-printf 'GLUTLIBS = -lglut\n' >> Makefile.config
-}
-
-build() {
-  cd "${srcdir}"/lablgl-${pkgver}
-
-  make lib
-  make libopt
-}
-
-package() {
-cd "${srcdir}"/lablgl-${pkgver}
-
-# Install routines are broken and don't ensure this is created first.
-mkdir -p "${pkgdir}"/usr/lib/ocaml/stublibs
-
-make install BINDIR="${pkgdir}/usr/bin/" \
- LIBDIR="${pkgdir}/usr/lib/ocaml/" \
- DDLDIR="${pkgdir}/usr/lib/ocaml/stublibs/" \
- INSTALLDIR="${pkgdir}/usr/lib/ocaml/lablGL/"
-
-install -Dm644 src/lablgl.cmxa "${pkgdir}"/usr/lib/ocaml/lablgl.cmxa
-install -Dm644 COPYRIGHT "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: ocaml-lablgl/repos/community-x86_64/PKGBUILD (from rev 501479, 
ocaml-lablgl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-24 12:38:09 UTC (rev 501480)
@@ -0,0 +1,46 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Florian Dejonckheere 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Nikolay Amiantov 
+
+pkgname=ocaml-lablgl
+pkgver=1.06
+pkgrel=3
+pkgdesc='OCaml interface to OpenGL'
+url="https://github.com/garrigue/lablgl;
+arch=('x86_64')
+license=('BSD')
+depends=('glu' 'glut' 'libxi' 'libxmu' 'libgl' 'ocaml=4.08.1')
+options=('!strip' '!makeflags' 'staticlibs')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('d11852cbdbd40a14a22b30a218d009033c810de461e5717582f5dbe480296a7a')
+
+prepare() {
+cd "${srcdir}"/lablgl-${pkgver}
+
+printf 'RANLIB = :\n' > Makefile.config
+printf 'GLLIBS = -lGL -lGLU\n' >> Makefile.config
+printf 'GLUTLIBS = -lglut\n' >> Makefile.config
+}
+
+build() {
+  cd "${srcdir}"/lablgl-${pkgver}
+
+  make lib
+  make libopt
+}
+
+package() {
+cd "${srcdir}"/lablgl-${pkgver}
+
+# Install routines are broken and don't ensure this is created first.
+mkdir -p "${pkgdir}"/usr/lib/ocaml/stublibs
+
+make install BINDIR="${pkgdir}/usr/bin/" \
+ LIBDIR="${pkgdir}/usr/lib/ocaml/" \
+ DDLDIR="${pkgdir}/usr/lib/ocaml/stublibs/" \
+ INSTALLDIR="${pkgdir}/usr/lib/ocaml/lablGL/"
+
+install -Dm644 src/lablgl.cmxa "${pkgdir}"/usr/lib/ocaml/lablgl.cmxa
+install -Dm644 COPYRIGHT "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


[arch-commits] Commit in ocaml-lablgl/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-08-16 Thread Jürgen Hötzel via arch-commits
Date: Friday, August 16, 2019 @ 06:33:42
  Author: juergen
Revision: 499755

archrelease: copy trunk to community-x86_64

Added:
  ocaml-lablgl/repos/community-x86_64/PKGBUILD
(from rev 499754, ocaml-lablgl/trunk/PKGBUILD)
Deleted:
  ocaml-lablgl/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   92 ++---
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-16 06:33:29 UTC (rev 499754)
+++ PKGBUILD2019-08-16 06:33:42 UTC (rev 499755)
@@ -1,46 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Florian Dejonckheere 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Nikolay Amiantov 
-
-pkgname=ocaml-lablgl
-pkgver=1.06
-pkgrel=1
-pkgdesc='OCaml interface to OpenGL'
-url="https://github.com/garrigue/lablgl;
-arch=('x86_64')
-license=('BSD')
-depends=('glu' 'glut' 'libxi' 'libxmu' 'libgl' 'ocaml=4.07.1')
-options=('!strip' '!makeflags' 'staticlibs')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('d11852cbdbd40a14a22b30a218d009033c810de461e5717582f5dbe480296a7a')
-
-prepare() {
-cd "${srcdir}"/lablgl-${pkgver}
-
-printf 'RANLIB = :\n' > Makefile.config
-printf 'GLLIBS = -lGL -lGLU\n' >> Makefile.config
-printf 'GLUTLIBS = -lglut\n' >> Makefile.config
-}
-
-build() {
-  cd "${srcdir}"/lablgl-${pkgver}
-
-  make lib
-  make libopt
-}
-
-package() {
-cd "${srcdir}"/lablgl-${pkgver}
-
-# Install routines are broken and don't ensure this is created first.
-mkdir -p "${pkgdir}"/usr/lib/ocaml/stublibs
-
-make install BINDIR="${pkgdir}/usr/bin/" \
- LIBDIR="${pkgdir}/usr/lib/ocaml/" \
- DDLDIR="${pkgdir}/usr/lib/ocaml/stublibs/" \
- INSTALLDIR="${pkgdir}/usr/lib/ocaml/lablGL/"
-
-install -Dm644 src/lablgl.cmxa "${pkgdir}"/usr/lib/ocaml/lablgl.cmxa
-install -Dm644 COPYRIGHT "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: ocaml-lablgl/repos/community-x86_64/PKGBUILD (from rev 499754, 
ocaml-lablgl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-16 06:33:42 UTC (rev 499755)
@@ -0,0 +1,46 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Florian Dejonckheere 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Nikolay Amiantov 
+
+pkgname=ocaml-lablgl
+pkgver=1.06
+pkgrel=2
+pkgdesc='OCaml interface to OpenGL'
+url="https://github.com/garrigue/lablgl;
+arch=('x86_64')
+license=('BSD')
+depends=('glu' 'glut' 'libxi' 'libxmu' 'libgl' 'ocaml=4.08.0')
+options=('!strip' '!makeflags' 'staticlibs')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('d11852cbdbd40a14a22b30a218d009033c810de461e5717582f5dbe480296a7a')
+
+prepare() {
+cd "${srcdir}"/lablgl-${pkgver}
+
+printf 'RANLIB = :\n' > Makefile.config
+printf 'GLLIBS = -lGL -lGLU\n' >> Makefile.config
+printf 'GLUTLIBS = -lglut\n' >> Makefile.config
+}
+
+build() {
+  cd "${srcdir}"/lablgl-${pkgver}
+
+  make lib
+  make libopt
+}
+
+package() {
+cd "${srcdir}"/lablgl-${pkgver}
+
+# Install routines are broken and don't ensure this is created first.
+mkdir -p "${pkgdir}"/usr/lib/ocaml/stublibs
+
+make install BINDIR="${pkgdir}/usr/bin/" \
+ LIBDIR="${pkgdir}/usr/lib/ocaml/" \
+ DDLDIR="${pkgdir}/usr/lib/ocaml/stublibs/" \
+ INSTALLDIR="${pkgdir}/usr/lib/ocaml/lablGL/"
+
+install -Dm644 src/lablgl.cmxa "${pkgdir}"/usr/lib/ocaml/lablgl.cmxa
+install -Dm644 COPYRIGHT "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


[arch-commits] Commit in ocaml-lablgl/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-08-12 Thread Eli Schwartz via arch-commits
Date: Tuesday, August 13, 2019 @ 03:35:37
  Author: eschwartz
Revision: 499046

archrelease: copy trunk to community-x86_64

Added:
  ocaml-lablgl/repos/community-x86_64/PKGBUILD
(from rev 499045, ocaml-lablgl/trunk/PKGBUILD)
Deleted:
  ocaml-lablgl/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   93 ++---
 1 file changed, 46 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-13 03:35:21 UTC (rev 499045)
+++ PKGBUILD2019-08-13 03:35:37 UTC (rev 499046)
@@ -1,47 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Florian Dejonckheere 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Nikolay Amiantov 
-
-pkgname=ocaml-lablgl
-pkgver=1.05
-pkgrel=8
-pkgdesc='OCaml interface to OpenGL'
-url="https://forge.ocamlcore.org/projects/lablgl/;
-arch=('x86_64')
-license=('BSD')
-depends=('glu' 'glut' 'libxi' 'libxmu' 'libgl' 'ocaml=4.07.1')
-makedepends=('camlp4')
-options=('!strip' '!makeflags' 'staticlibs')
-source=("https://forge.ocamlcore.org/frs/download.php/1254/lablgl-$pkgver.tar.gz;)
-sha256sums=('d8ff03e35b970d2b23a942f9e6ed65da5a6c123986bd0ecf5424a6205af34b61')
-
-prepare() {
-cd "${srcdir}"/lablgl-${pkgver}
-
-printf 'RANLIB = :\n' > Makefile.config
-printf 'GLLIBS = -lGL -lGLU\n' >> Makefile.config
-printf 'GLUTLIBS = -lglut\n' >> Makefile.config
-}
-
-build() {
-  cd "${srcdir}"/lablgl-${pkgver}
-
-  make lib
-  make libopt
-}
-
-package() {
-cd "${srcdir}"/lablgl-${pkgver}
-
-# Install routines are broken and don't ensure this is created first.
-mkdir -p "${pkgdir}"/usr/lib/ocaml/stublibs
-
-make install BINDIR="${pkgdir}/usr/bin/" \
- LIBDIR="${pkgdir}/usr/lib/ocaml/" \
- DDLDIR="${pkgdir}/usr/lib/ocaml/stublibs/" \
- INSTALLDIR="${pkgdir}/usr/lib/ocaml/lablGL/"
-
-install -Dm644 src/lablgl.cmxa "${pkgdir}"/usr/lib/ocaml/lablgl.cmxa
-install -Dm644 COPYRIGHT "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: ocaml-lablgl/repos/community-x86_64/PKGBUILD (from rev 499045, 
ocaml-lablgl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-13 03:35:37 UTC (rev 499046)
@@ -0,0 +1,46 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Florian Dejonckheere 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Nikolay Amiantov 
+
+pkgname=ocaml-lablgl
+pkgver=1.06
+pkgrel=1
+pkgdesc='OCaml interface to OpenGL'
+url="https://github.com/garrigue/lablgl;
+arch=('x86_64')
+license=('BSD')
+depends=('glu' 'glut' 'libxi' 'libxmu' 'libgl' 'ocaml=4.07.1')
+options=('!strip' '!makeflags' 'staticlibs')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('d11852cbdbd40a14a22b30a218d009033c810de461e5717582f5dbe480296a7a')
+
+prepare() {
+cd "${srcdir}"/lablgl-${pkgver}
+
+printf 'RANLIB = :\n' > Makefile.config
+printf 'GLLIBS = -lGL -lGLU\n' >> Makefile.config
+printf 'GLUTLIBS = -lglut\n' >> Makefile.config
+}
+
+build() {
+  cd "${srcdir}"/lablgl-${pkgver}
+
+  make lib
+  make libopt
+}
+
+package() {
+cd "${srcdir}"/lablgl-${pkgver}
+
+# Install routines are broken and don't ensure this is created first.
+mkdir -p "${pkgdir}"/usr/lib/ocaml/stublibs
+
+make install BINDIR="${pkgdir}/usr/bin/" \
+ LIBDIR="${pkgdir}/usr/lib/ocaml/" \
+ DDLDIR="${pkgdir}/usr/lib/ocaml/stublibs/" \
+ INSTALLDIR="${pkgdir}/usr/lib/ocaml/lablGL/"
+
+install -Dm644 src/lablgl.cmxa "${pkgdir}"/usr/lib/ocaml/lablgl.cmxa
+install -Dm644 COPYRIGHT "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


[arch-commits] Commit in ocaml-lablgl/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-11-28 Thread Jürgen Hötzel via arch-commits
Date: Thursday, November 29, 2018 @ 07:17:22
  Author: juergen
Revision: 410515

archrelease: copy trunk to community-x86_64

Added:
  ocaml-lablgl/repos/community-x86_64/PKGBUILD
(from rev 410514, ocaml-lablgl/trunk/PKGBUILD)
Deleted:
  ocaml-lablgl/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   95 ++---
 1 file changed, 47 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-29 07:17:11 UTC (rev 410514)
+++ PKGBUILD2018-11-29 07:17:22 UTC (rev 410515)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Eli Schwartz 
-# Contributor: Florian Dejonckheere 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Nikolay Amiantov 
-
-pkgname=ocaml-lablgl
-pkgver=1.05
-pkgrel=7
-pkgdesc='OCaml interface to OpenGL'
-url="https://forge.ocamlcore.org/projects/lablgl/;
-arch=('x86_64')
-license=('BSD')
-depends=('glu' 'glut' 'libxi' 'libxmu' 'libgl' 'ocaml=4.07.0')
-makedepends=('camlp4')
-options=('!strip' '!makeflags' 'staticlibs')
-source=("https://forge.ocamlcore.org/frs/download.php/1254/lablgl-$pkgver.tar.gz;)
-sha256sums=('d8ff03e35b970d2b23a942f9e6ed65da5a6c123986bd0ecf5424a6205af34b61')
-
-prepare() {
-cd "${srcdir}"/lablgl-${pkgver}
-
-printf 'RANLIB = :\n' > Makefile.config
-printf 'GLLIBS = -lGL -lGLU\n' >> Makefile.config
-printf 'GLUTLIBS = -lglut\n' >> Makefile.config
-}
-
-build() {
-  cd "${srcdir}"/lablgl-${pkgver}
-
-  make lib
-  make libopt
-}
-
-package() {
-cd "${srcdir}"/lablgl-${pkgver}
-
-# Install routines are broken and don't ensure this is created first.
-mkdir -p "${pkgdir}"/usr/lib/ocaml/stublibs
-
-make install BINDIR="${pkgdir}/usr/bin/" \
- LIBDIR="${pkgdir}/usr/lib/ocaml/" \
- DDLDIR="${pkgdir}/usr/lib/ocaml/stublibs/" \
- INSTALLDIR="${pkgdir}/usr/lib/ocaml/lablGL/"
-
-install -Dm644 src/lablgl.cmxa "${pkgdir}"/usr/lib/ocaml/lablgl.cmxa
-install -Dm644 COPYRIGHT "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: ocaml-lablgl/repos/community-x86_64/PKGBUILD (from rev 410514, 
ocaml-lablgl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-29 07:17:22 UTC (rev 410515)
@@ -0,0 +1,47 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Florian Dejonckheere 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Nikolay Amiantov 
+
+pkgname=ocaml-lablgl
+pkgver=1.05
+pkgrel=8
+pkgdesc='OCaml interface to OpenGL'
+url="https://forge.ocamlcore.org/projects/lablgl/;
+arch=('x86_64')
+license=('BSD')
+depends=('glu' 'glut' 'libxi' 'libxmu' 'libgl' 'ocaml=4.07.1')
+makedepends=('camlp4')
+options=('!strip' '!makeflags' 'staticlibs')
+source=("https://forge.ocamlcore.org/frs/download.php/1254/lablgl-$pkgver.tar.gz;)
+sha256sums=('d8ff03e35b970d2b23a942f9e6ed65da5a6c123986bd0ecf5424a6205af34b61')
+
+prepare() {
+cd "${srcdir}"/lablgl-${pkgver}
+
+printf 'RANLIB = :\n' > Makefile.config
+printf 'GLLIBS = -lGL -lGLU\n' >> Makefile.config
+printf 'GLUTLIBS = -lglut\n' >> Makefile.config
+}
+
+build() {
+  cd "${srcdir}"/lablgl-${pkgver}
+
+  make lib
+  make libopt
+}
+
+package() {
+cd "${srcdir}"/lablgl-${pkgver}
+
+# Install routines are broken and don't ensure this is created first.
+mkdir -p "${pkgdir}"/usr/lib/ocaml/stublibs
+
+make install BINDIR="${pkgdir}/usr/bin/" \
+ LIBDIR="${pkgdir}/usr/lib/ocaml/" \
+ DDLDIR="${pkgdir}/usr/lib/ocaml/stublibs/" \
+ INSTALLDIR="${pkgdir}/usr/lib/ocaml/lablGL/"
+
+install -Dm644 src/lablgl.cmxa "${pkgdir}"/usr/lib/ocaml/lablgl.cmxa
+install -Dm644 COPYRIGHT "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


[arch-commits] Commit in ocaml-lablgl/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-08-14 Thread Jürgen Hötzel via arch-commits
Date: Tuesday, August 14, 2018 @ 16:09:09
  Author: juergen
Revision: 371605

archrelease: copy trunk to community-x86_64

Added:
  ocaml-lablgl/repos/community-x86_64/PKGBUILD
(from rev 371604, ocaml-lablgl/trunk/PKGBUILD)
Deleted:
  ocaml-lablgl/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   96 ++---
 1 file changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-14 16:08:44 UTC (rev 371604)
+++ PKGBUILD2018-08-14 16:09:09 UTC (rev 371605)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Eli Schwartz 
-# Contributor: Florian Dejonckheere 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Nikolay Amiantov 
-
-pkgname=ocaml-lablgl
-pkgver=1.05
-pkgrel=6
-pkgdesc='OCaml interface to OpenGL'
-url="https://forge.ocamlcore.org/projects/lablgl/;
-arch=('x86_64')
-license=('BSD')
-depends=('glu' 'glut' 'libxi' 'libxmu' 'libgl' 'ocaml=4.06.0')
-makedepends=('camlp4')
-options=('!strip' '!makeflags' 'staticlibs')
-source=("https://forge.ocamlcore.org/frs/download.php/1254/lablgl-$pkgver.tar.gz;)
-sha256sums=('d8ff03e35b970d2b23a942f9e6ed65da5a6c123986bd0ecf5424a6205af34b61')
-
-prepare() {
-cd "${srcdir}"/lablgl-${pkgver}
-
-printf 'RANLIB = :\n' > Makefile.config
-printf 'GLLIBS = -lGL -lGLU\n' >> Makefile.config
-printf 'GLUTLIBS = -lglut\n' >> Makefile.config
-}
-
-build() {
-  cd "${srcdir}"/lablgl-${pkgver}
-
-  make lib
-  make libopt
-}
-
-package() {
-cd "${srcdir}"/lablgl-${pkgver}
-
-# Install routines are broken and don't ensure this is created first.
-mkdir -p "${pkgdir}"/usr/lib/ocaml/stublibs
-
-make install BINDIR="${pkgdir}/usr/bin/" \
- LIBDIR="${pkgdir}/usr/lib/ocaml/" \
- DDLDIR="${pkgdir}/usr/lib/ocaml/stublibs/" \
- INSTALLDIR="${pkgdir}/usr/lib/ocaml/lablGL/"
-
-install -Dm644 src/lablgl.cmxa "${pkgdir}"/usr/lib/ocaml/lablgl.cmxa
-install -Dm644 COPYRIGHT "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: ocaml-lablgl/repos/community-x86_64/PKGBUILD (from rev 371604, 
ocaml-lablgl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-14 16:09:09 UTC (rev 371605)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Eli Schwartz 
+# Contributor: Florian Dejonckheere 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Nikolay Amiantov 
+
+pkgname=ocaml-lablgl
+pkgver=1.05
+pkgrel=7
+pkgdesc='OCaml interface to OpenGL'
+url="https://forge.ocamlcore.org/projects/lablgl/;
+arch=('x86_64')
+license=('BSD')
+depends=('glu' 'glut' 'libxi' 'libxmu' 'libgl' 'ocaml=4.07.0')
+makedepends=('camlp4')
+options=('!strip' '!makeflags' 'staticlibs')
+source=("https://forge.ocamlcore.org/frs/download.php/1254/lablgl-$pkgver.tar.gz;)
+sha256sums=('d8ff03e35b970d2b23a942f9e6ed65da5a6c123986bd0ecf5424a6205af34b61')
+
+prepare() {
+cd "${srcdir}"/lablgl-${pkgver}
+
+printf 'RANLIB = :\n' > Makefile.config
+printf 'GLLIBS = -lGL -lGLU\n' >> Makefile.config
+printf 'GLUTLIBS = -lglut\n' >> Makefile.config
+}
+
+build() {
+  cd "${srcdir}"/lablgl-${pkgver}
+
+  make lib
+  make libopt
+}
+
+package() {
+cd "${srcdir}"/lablgl-${pkgver}
+
+# Install routines are broken and don't ensure this is created first.
+mkdir -p "${pkgdir}"/usr/lib/ocaml/stublibs
+
+make install BINDIR="${pkgdir}/usr/bin/" \
+ LIBDIR="${pkgdir}/usr/lib/ocaml/" \
+ DDLDIR="${pkgdir}/usr/lib/ocaml/stublibs/" \
+ INSTALLDIR="${pkgdir}/usr/lib/ocaml/lablGL/"
+
+install -Dm644 src/lablgl.cmxa "${pkgdir}"/usr/lib/ocaml/lablgl.cmxa
+install -Dm644 COPYRIGHT "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}