mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/ffcall to 2.4-3
This commit is contained in:
parent
04027191c7
commit
c844b624e0
2 changed files with 15 additions and 1 deletions
14
extra/ffcall/.SRCINFO
Normal file
14
extra/ffcall/.SRCINFO
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
pkgbase = ffcall
|
||||||
|
pkgdesc = C library for implementing foreign function calls in embedded interpreters
|
||||||
|
pkgver = 2.4
|
||||||
|
pkgrel = 3
|
||||||
|
url = https://www.gnu.org/software/libffcall/
|
||||||
|
arch = x86_64
|
||||||
|
license = GPL2
|
||||||
|
depends = glibc
|
||||||
|
options = !makeflags
|
||||||
|
options = staticlibs
|
||||||
|
source = https://ftp.gnu.org/gnu/libffcall/libffcall-2.4.tar.gz
|
||||||
|
sha256sums = 8ef69921dbdc06bc5bb90513622637a7b83a71f31f5ba377be9d8fd8f57912c2
|
||||||
|
|
||||||
|
pkgname = ffcall
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
pkgname=ffcall
|
pkgname=ffcall
|
||||||
pkgver=2.4
|
pkgver=2.4
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="C library for implementing foreign function calls in embedded interpreters"
|
pkgdesc="C library for implementing foreign function calls in embedded interpreters"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://www.gnu.org/software/libffcall/"
|
url="https://www.gnu.org/software/libffcall/"
|
||||||
|
|
Loading…
Reference in a new issue