From 34965fb2d7b63f50675d6c0aa2be24cb3c824036 Mon Sep 17 00:00:00 2001 From: davehome Date: Sat, 24 Dec 2011 01:05:17 -0700 Subject: [PATCH] New package: bc-1.06. --- srcpkgs/bc/bc.rshlibs | 1 + srcpkgs/bc/template | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 srcpkgs/bc/bc.rshlibs create mode 100644 srcpkgs/bc/template diff --git a/srcpkgs/bc/bc.rshlibs b/srcpkgs/bc/bc.rshlibs new file mode 100644 index 00000000000..631aa1dda40 --- /dev/null +++ b/srcpkgs/bc/bc.rshlibs @@ -0,0 +1 @@ +libc.so.6 diff --git a/srcpkgs/bc/template b/srcpkgs/bc/template new file mode 100644 index 00000000000..f1679c5d063 --- /dev/null +++ b/srcpkgs/bc/template @@ -0,0 +1,23 @@ +# Template file for 'bc' +pkgname=bc +version=1.06 +distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz" +build_style=gnu-configure +short_desc="An arbitrary precision numeric processing language." +maintainer="davehome " +homepage="http://www.gnu.org/software/${pkgname}/" +license="GPL-3" +checksum=4ef6d9f17c3c0d92d8798e35666175ecd3d8efac4009d6457b5c99cea72c0e33 +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." + +Add_dependency build flex