mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/guile to 1.8.8-2
This commit is contained in:
parent
ee10678e43
commit
f40cc50fe9
1 changed files with 6 additions and 3 deletions
|
@ -6,19 +6,22 @@ plugrel=1
|
|||
|
||||
pkgname=guile
|
||||
pkgver=1.8.8
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="a portable, embeddable Scheme implementation written in C"
|
||||
url="http://www.gnu.org/software/guile/"
|
||||
arch=(i686 x86_64)
|
||||
license=('GPL')
|
||||
depends=('gmp' 'libtool' 'ncurses>=5.7' 'texinfo')
|
||||
install=guile.install
|
||||
source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
|
||||
source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz
|
||||
arm.patch)
|
||||
options=('!libtool')
|
||||
md5sums=('18661a8fdfef13e2fcb7651720aa53f3')
|
||||
md5sums=('18661a8fdfef13e2fcb7651720aa53f3'
|
||||
'6c02500d12b732ecf9117fb99e9cb9f6')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
patch -p1 -i "${srcdir}/arm.patch"
|
||||
./configure --prefix=/usr \
|
||||
--disable-static \
|
||||
--disable-error-on-warning
|
||||
|
|
Loading…
Reference in a new issue