mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
main/guile: new aport
Guile is a portable, embeddable Scheme implementation written in C http://www.gnu.org/software/guile/
This commit is contained in:
parent
780c9ac71d
commit
eecc871f8a
23
main/guile/APKBUILD
Normal file
23
main/guile/APKBUILD
Normal file
@ -0,0 +1,23 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=guile
|
||||
pkgver=1.8.7
|
||||
pkgrel=0
|
||||
pkgdesc="Guile is a portable, embeddable Scheme implementation written in C"
|
||||
url="http://www.gnu.org/software/guile/"
|
||||
license="GPL"
|
||||
subpackages="$pkgname-dev $pkgname-doc"
|
||||
makedepends="gmp-dev libtool ncurses-dev texinfo"
|
||||
depends=
|
||||
install=
|
||||
source="ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz"
|
||||
|
||||
build ()
|
||||
{
|
||||
cd "$srcdir"/$pkgname-$pkgver
|
||||
./configure --prefix=/usr \
|
||||
--disable-error-on-warning || return 1
|
||||
make LDFLAGS+="-lpthread" || return 1
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
}
|
||||
|
||||
md5sums="991b5b3efcbbc3f7507d05bc42f80a5e guile-1.8.7.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user