mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +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
|
pkgname=guile
|
||||||
pkgver=1.8.8
|
pkgver=1.8.8
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="a portable, embeddable Scheme implementation written in C"
|
pkgdesc="a portable, embeddable Scheme implementation written in C"
|
||||||
url="http://www.gnu.org/software/guile/"
|
url="http://www.gnu.org/software/guile/"
|
||||||
arch=(i686 x86_64)
|
arch=(i686 x86_64)
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
depends=('gmp' 'libtool' 'ncurses>=5.7' 'texinfo')
|
depends=('gmp' 'libtool' 'ncurses>=5.7' 'texinfo')
|
||||||
install=guile.install
|
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')
|
options=('!libtool')
|
||||||
md5sums=('18661a8fdfef13e2fcb7651720aa53f3')
|
md5sums=('18661a8fdfef13e2fcb7651720aa53f3'
|
||||||
|
'6c02500d12b732ecf9117fb99e9cb9f6')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||||
|
patch -p1 -i "${srcdir}/arm.patch"
|
||||||
./configure --prefix=/usr \
|
./configure --prefix=/usr \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--disable-error-on-warning
|
--disable-error-on-warning
|
||||||
|
|
Loading…
Reference in a new issue