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

Evangelos Foutras foutrelis at archlinux.org
Fri Nov 9 20:55:16 UTC 2018


    Date: Friday, November 9, 2018 @ 20:55:16
  Author: foutrelis
Revision: 338487

archrelease: copy trunk to staging-x86_64

Added:
  ffcall/repos/staging-x86_64/
  ffcall/repos/staging-x86_64/PKGBUILD
    (from rev 338486, ffcall/trunk/PKGBUILD)

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

Copied: ffcall/repos/staging-x86_64/PKGBUILD (from rev 338486, ffcall/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2018-11-09 20:55:16 UTC (rev 338487)
@@ -0,0 +1,31 @@
+# Maintainer: Vesa Kaihlavirta <vegai at iki.fi>
+# Contributor: Michael Baehr <usemike at spamblocked.com>
+
+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
+}



More information about the arch-commits mailing list