mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/ffcall to 2.1-1
This commit is contained in:
parent
8585eadebe
commit
e61c02d8a1
1 changed files with 5 additions and 5 deletions
|
@ -5,15 +5,15 @@
|
|||
# - configure v7/v8 with --with-pic
|
||||
|
||||
pkgname=ffcall
|
||||
pkgver=1.13
|
||||
pkgrel=3
|
||||
pkgver=2.1
|
||||
pkgrel=1
|
||||
pkgdesc="C library for implementing foreign function calls in embedded interpreters"
|
||||
arch=('x86_64')
|
||||
url="http://www.gnu.org/software/libffcall/"
|
||||
url="https://www.gnu.org/software/libffcall/"
|
||||
license=('GPL2')
|
||||
options=('!makeflags' 'staticlibs')
|
||||
source=(https://ftp.gnu.org/gnu/libffcall/libffcall-1.13.tar.gz)
|
||||
md5sums=('cb3051a80726b5e7b9031c4038a56afc')
|
||||
source=(https://ftp.gnu.org/gnu/libffcall/libffcall-${pkgver}.tar.gz)
|
||||
sha256sums=('a091fb8bbabf17c94a2dae2d41161b96a08ab92b5f75d3364157a2c34d538c47')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/lib${pkgname}-${pkgver}"
|
||||
|
|
Loading…
Reference in a new issue