mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
removed extra/ffcall
This commit is contained in:
parent
e8e06f9b54
commit
2674bcf042
1 changed files with 0 additions and 37 deletions
|
@ -1,37 +0,0 @@
|
|||
# $Id$
|
||||
# Maintainer: Vesa Kaihlavirta <vegai@iki.fi>
|
||||
# Contributor: Michael Baehr <usemike@spamblocked.com>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - using source from Ubuntu Natty, 1.10+cvs20100619-2build1
|
||||
# - use pic with v6 and v7
|
||||
|
||||
pkgname=ffcall
|
||||
pkgver=1.10
|
||||
pkgrel=6
|
||||
pkgdesc="C library for implementing foreign function calls in embedded interpreters"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.gnu.org/software/libffcall/"
|
||||
license=('GPL2')
|
||||
options=('!makeflags' 'staticlibs')
|
||||
source=(http://archlinuxarm.org/builder/src/${pkgname}-${pkgver}.tar.gz)
|
||||
md5sums=('700e91d12c2fddf3aa4090436ce28370')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
[ "$CARCH" = "x86_64" ] && CONFIGFLAG="--with-pic"
|
||||
[ "$CARCH" = "armv6h" -o "$CARCH" = "armv7h" ] && CONFIGFLAG="--with-pic"
|
||||
./configure --prefix=/usr --mandir=/usr/share/man $CONFIGFLAG
|
||||
make
|
||||
}
|
||||
|
||||
check() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
make check
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
install -d "${pkgdir}"/usr/share/{man,doc/ffcall}
|
||||
make DESTDIR="${pkgdir}" htmldir=/usr/share/doc/ffcall install
|
||||
}
|
Loading…
Reference in a new issue