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

Eric Belanger eric at archlinux.org
Wed May 28 20:50:04 UTC 2008


    Date: Wednesday, May 28, 2008 @ 16:50:03
  Author: eric
Revision: 2175

Initial commit, a new makedepends for clisp

Added:
  ffcall/
  ffcall/repos/
  ffcall/trunk/
  ffcall/trunk/PKGBUILD

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

Added: ffcall/trunk/PKGBUILD
===================================================================
--- ffcall/trunk/PKGBUILD	                        (rev 0)
+++ ffcall/trunk/PKGBUILD	2008-05-28 20:50:03 UTC (rev 2175)
@@ -0,0 +1,26 @@
+# $Id: PKGBUILD,v 1.4 2007/06/27 03:58:26 tardo Exp $
+# Maintainer: Vesa Kaihlavirta <vegai at iki.fi>
+# Contributor: Michael Baehr <usemike at spamblocked.com>
+
+pkgname=ffcall
+pkgver=1.10
+pkgrel=3
+pkgdesc="C library for implementing foreign function calls in embedded interpreters"
+arch=('i686' 'x86_64')
+url="http://www.haible.de/bruno/packages-ffcall.html"
+license=('GPL2')
+options=('!libtool' '!makeflags')
+source=(http://www.haible.de/bruno/gnu/${pkgname}-${pkgver}.tar.gz)
+md5sums=('2db95007e901f3bc2ae7e5a9fe9ebea4')
+
+build() {
+  cd ${startdir}/src/${pkgname}-${pkgver}
+  if [ "$CARCH" = "x86_64" ]; then
+    ./configure --prefix=/usr --mandir=/usr/share/man --with-pic || return 1
+  else
+    ./configure --prefix=/usr --mandir=/usr/share/man || return 1
+  fi
+  make || return 1
+  install -d ${startdir}/pkg/usr/share/man || return 1
+  make DESTDIR=${startdir}/pkg/ install || return 1
+}





More information about the arch-commits mailing list