From 1e3b87d2ba3e2f7c19658b2cef2bd8175bf56bbd Mon Sep 17 00:00:00 2001 From: nico Date: Wed, 21 Apr 2010 13:10:03 +0000 Subject: [PATCH] [packages] bc: update to 1.06.95 git-svn-id: svn://svn.openwrt.org/openwrt/packages@21068 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- utils/bc/Makefile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/utils/bc/Makefile b/utils/bc/Makefile index 29b71aa1a..f43ff6a32 100644 --- a/utils/bc/Makefile +++ b/utils/bc/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006 OpenWrt.org +# Copyright (C) 2006-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bc -PKG_VERSION:=1.06.94 +PKG_VERSION:=1.06.95 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.gz PKG_SOURCE_URL:=ftp://ftp.debian.org/debian/pool/main/b/bc -PKG_MD5SUM:=ea7704fc02b359ce92fa4360c802fb23 +PKG_MD5SUM:=24d0831812d8262b6cac8316b0bac483 include $(INCLUDE_DIR)/package.mk @@ -29,19 +29,19 @@ define Package/bc endef define Package/bc/description - bc is a language that supports arbitrary precision numbers with interactive - execution of statements. + bc is a language that supports arbitrary precision numbers with + interactive execution of statements. endef define Package/dc $(call Package/bc/Default) - DEPENDS:=bc TITLE:=Arbitrary precision reverse-polish calculator + DEPENDS:=bc endef define Package/dc/description - dc is a reverse-polish desk calculator which supports unlimited precision - arithmetic. + dc is a reverse-polish desk calculator which supports unlimited + precision arithmetic. endef define Package/bc/install -- 2.11.0