[arch-commits] Commit in ffcall/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-11-27 Thread Jürgen Hötzel via arch-commits
Date: Wednesday, November 27, 2019 @ 18:12:53
  Author: juergen
Revision: 369835

archrelease: copy trunk to extra-x86_64

Added:
  ffcall/repos/extra-x86_64/PKGBUILD
(from rev 369834, ffcall/trunk/PKGBUILD)
Deleted:
  ffcall/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   62 ++---
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-27 18:12:45 UTC (rev 369834)
+++ PKGBUILD2019-11-27 18:12:53 UTC (rev 369835)
@@ -1,31 +0,0 @@
-# Maintainer: Vesa Kaihlavirta 
-# Contributor: Michael Baehr 
-
-pkgname=ffcall
-pkgver=2.1
-pkgrel=1
-pkgdesc="C library for implementing foreign function calls in embedded 
interpreters"
-arch=('x86_64')
-url="https://www.gnu.org/software/libffcall/;
-license=('GPL2')
-options=('!makeflags' 'staticlibs')
-source=(https://ftp.gnu.org/gnu/libffcall/libffcall-${pkgver}.tar.gz)
-sha256sums=('a091fb8bbabf17c94a2dae2d41161b96a08ab92b5f75d3364157a2c34d538c47')
-
-build() {
-  cd "${srcdir}/lib${pkgname}-${pkgver}"
-  [ "$CARCH" = "x86_64" ] && CONFIGFLAG="--with-pic"
-  ./configure --prefix=/usr --mandir=/usr/share/man $CONFIGFLAG
-  make
-}
-
-check() {
-  cd "${srcdir}/lib${pkgname}-${pkgver}"
-  make check
-}
-
-package() {
-  cd "${srcdir}/lib${pkgname}-${pkgver}"
-  install -d "${pkgdir}"/usr/share/{man,doc/ffcall}
-  make DESTDIR="${pkgdir}" htmldir=/usr/share/doc/ffcall install
-}

Copied: ffcall/repos/extra-x86_64/PKGBUILD (from rev 369834, 
ffcall/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-27 18:12:53 UTC (rev 369835)
@@ -0,0 +1,31 @@
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Michael Baehr 
+
+pkgname=ffcall
+pkgver=2.2
+pkgrel=1
+pkgdesc="C library for implementing foreign function calls in embedded 
interpreters"
+arch=('x86_64')
+url="https://www.gnu.org/software/libffcall/;
+license=('GPL2')
+options=('!makeflags' 'staticlibs')
+source=(https://ftp.gnu.org/gnu/libffcall/libffcall-${pkgver}.tar.gz)
+sha256sums=('ebfa37f97b6c94fac24ecf3193f9fc829517cf81aee9ac2d191af993d73cb747')
+
+build() {
+  cd "${srcdir}/lib${pkgname}-${pkgver}"
+  [ "$CARCH" = "x86_64" ] && CONFIGFLAG="--with-pic"
+  ./configure --prefix=/usr --mandir=/usr/share/man $CONFIGFLAG
+  make
+}
+
+check() {
+  cd "${srcdir}/lib${pkgname}-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${srcdir}/lib${pkgname}-${pkgver}"
+  install -d "${pkgdir}"/usr/share/{man,doc/ffcall}
+  make DESTDIR="${pkgdir}" htmldir=/usr/share/doc/ffcall install
+}


[arch-commits] Commit in ffcall/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-06-01 Thread Jürgen Hötzel via arch-commits
Date: Saturday, June 1, 2019 @ 11:49:24
  Author: juergen
Revision: 354670

archrelease: copy trunk to extra-x86_64

Added:
  ffcall/repos/extra-x86_64/PKGBUILD
(from rev 354669, ffcall/trunk/PKGBUILD)
Deleted:
  ffcall/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   62 ++---
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-01 11:49:18 UTC (rev 354669)
+++ PKGBUILD2019-06-01 11:49:24 UTC (rev 354670)
@@ -1,31 +0,0 @@
-# Maintainer: Vesa Kaihlavirta 
-# Contributor: Michael Baehr 
-
-pkgname=ffcall
-pkgver=1.13
-pkgrel=3
-pkgdesc="C library for implementing foreign function calls in embedded 
interpreters"
-arch=('x86_64')
-url="http://www.gnu.org/software/libffcall/;
-license=('GPL2')
-options=('!makeflags' 'staticlibs')
-source=(https://ftp.gnu.org/gnu/libffcall/libffcall-1.13.tar.gz)
-md5sums=('cb3051a80726b5e7b9031c4038a56afc')
-
-build() {
-  cd "${srcdir}/lib${pkgname}-${pkgver}"
-  [ "$CARCH" = "x86_64" ] && CONFIGFLAG="--with-pic"
-  ./configure --prefix=/usr --mandir=/usr/share/man $CONFIGFLAG
-  make
-}
-
-check() {
-  cd "${srcdir}/lib${pkgname}-${pkgver}"
-  make check
-}
-
-package() {
-  cd "${srcdir}/lib${pkgname}-${pkgver}"
-  install -d "${pkgdir}"/usr/share/{man,doc/ffcall}
-  make DESTDIR="${pkgdir}" htmldir=/usr/share/doc/ffcall install
-}

Copied: ffcall/repos/extra-x86_64/PKGBUILD (from rev 354669, 
ffcall/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-01 11:49:24 UTC (rev 354670)
@@ -0,0 +1,31 @@
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Michael Baehr 
+
+pkgname=ffcall
+pkgver=2.1
+pkgrel=1
+pkgdesc="C library for implementing foreign function calls in embedded 
interpreters"
+arch=('x86_64')
+url="https://www.gnu.org/software/libffcall/;
+license=('GPL2')
+options=('!makeflags' 'staticlibs')
+source=(https://ftp.gnu.org/gnu/libffcall/libffcall-${pkgver}.tar.gz)
+sha256sums=('a091fb8bbabf17c94a2dae2d41161b96a08ab92b5f75d3364157a2c34d538c47')
+
+build() {
+  cd "${srcdir}/lib${pkgname}-${pkgver}"
+  [ "$CARCH" = "x86_64" ] && CONFIGFLAG="--with-pic"
+  ./configure --prefix=/usr --mandir=/usr/share/man $CONFIGFLAG
+  make
+}
+
+check() {
+  cd "${srcdir}/lib${pkgname}-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${srcdir}/lib${pkgname}-${pkgver}"
+  install -d "${pkgdir}"/usr/share/{man,doc/ffcall}
+  make DESTDIR="${pkgdir}" htmldir=/usr/share/doc/ffcall install
+}