mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-16 20:13:52 +02:00
bc: remove long_desc.
This commit is contained in:
parent
712ba5adce
commit
9f02f0431f
1 changed files with 3 additions and 14 deletions
|
@ -1,28 +1,17 @@
|
||||||
# Template file for 'bc'
|
# Template file for 'bc'
|
||||||
pkgname=bc
|
pkgname=bc
|
||||||
version=1.06.95
|
version=1.06.95
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-readline"
|
configure_args="--with-readline"
|
||||||
hostmakedepends="flex"
|
hostmakedepends="flex"
|
||||||
makedepends="readline-devel"
|
makedepends="libfl-devel readline-devel"
|
||||||
short_desc="An arbitrary precision numeric processing language."
|
short_desc="An arbitrary precision numeric processing language"
|
||||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||||
homepage="http://www.gnu.org/software/${pkgname}/"
|
homepage="http://www.gnu.org/software/${pkgname}/"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
distfiles="http://alpha.gnu.org/gnu/${pkgname}/${pkgname}-${version}.tar.bz2"
|
distfiles="http://alpha.gnu.org/gnu/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=7ee4abbcfac03d8a6e1a8a3440558a3d239d6b858585063e745c760957725ecc
|
checksum=7ee4abbcfac03d8a6e1a8a3440558a3d239d6b858585063e745c760957725ecc
|
||||||
long_desc="
|
|
||||||
bc is an arbitrary precision numeric processing language. Syntax is similar
|
|
||||||
to C, but differs in many substantial areas. It supports interactive
|
|
||||||
execution of statements. bc is a utility included in the POSIX P1003.2/D11
|
|
||||||
draft standard.
|
|
||||||
|
|
||||||
Since the POSIX document does not specify how bc must be implemented, this
|
|
||||||
version does not use the historical method of having bc be a compiler for the
|
|
||||||
dc calculator. This version has a single executable that both compiles the
|
|
||||||
language and runs the resulting byte code. The byte code is not the dc
|
|
||||||
language."
|
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make ${makejobs} LEX="flex -I"
|
make ${makejobs} LEX="flex -I"
|
||||||
|
|
Loading…
Add table
Reference in a new issue