mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
main/bc: take over maintainership
This commit is contained in:
parent
cd1d7827e7
commit
fff4781f3c
@ -1,13 +1,20 @@
|
|||||||
# Contributor: Michael Mason <ms13sp@gmail.com>
|
# Contributor: Michael Mason <ms13sp@gmail.com>
|
||||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
|
||||||
|
# Maintainer: Celeste <cielesti@protonmail.com>
|
||||||
pkgname=bc
|
pkgname=bc
|
||||||
pkgver=1.07.1
|
pkgver=1.07.1
|
||||||
pkgrel=4
|
pkgrel=5
|
||||||
pkgdesc="An arbitrary precision numeric processing language (calculator)"
|
pkgdesc="Arbitrary precision numeric processing language (calculator)"
|
||||||
url="https://www.gnu.org/software/bc/bc.html"
|
url="https://www.gnu.org/software/bc/bc.html"
|
||||||
arch="all"
|
arch="all"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
makedepends="ed flex bison readline-dev texinfo"
|
makedepends="
|
||||||
|
bison
|
||||||
|
ed
|
||||||
|
flex
|
||||||
|
readline-dev
|
||||||
|
texinfo
|
||||||
|
"
|
||||||
subpackages="$pkgname-doc"
|
subpackages="$pkgname-doc"
|
||||||
source="https://ftp.gnu.org/gnu/bc/bc-$pkgver.tar.gz"
|
source="https://ftp.gnu.org/gnu/bc/bc-$pkgver.tar.gz"
|
||||||
|
|
||||||
@ -19,6 +26,7 @@ build() {
|
|||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
--mandir=/usr/share/man \
|
--mandir=/usr/share/man \
|
||||||
--infodir=/usr/share/info \
|
--infodir=/usr/share/info \
|
||||||
|
--localstatedir=/var \
|
||||||
--with-readline
|
--with-readline
|
||||||
make -j1
|
make -j1
|
||||||
}
|
}
|
||||||
@ -31,4 +39,6 @@ package() {
|
|||||||
make DESTDIR="$pkgdir" install
|
make DESTDIR="$pkgdir" install
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="02126d0db6b6ed06d56cfc292d6f5475ff1e574779d7e69c7809bbb1e13f946f57ea07da2a7666baa092507a951a822044b0970075f75eefe65a5c1999b75d34 bc-1.07.1.tar.gz"
|
sha512sums="
|
||||||
|
02126d0db6b6ed06d56cfc292d6f5475ff1e574779d7e69c7809bbb1e13f946f57ea07da2a7666baa092507a951a822044b0970075f75eefe65a5c1999b75d34 bc-1.07.1.tar.gz
|
||||||
|
"
|
||||||
|
Loading…
Reference in New Issue
Block a user