wok-next annotate bc/receipt @ rev 20294

Up libpfm (4.8.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Nov 08 19:02:32 2017 +0100 (2017-11-08)
parents 8da249b2c8d7
children 90a5eb560fd6
rev   line source
al@19745 1 # SliTaz package receipt v2.
pankso@5 2
pankso@5 3 PACKAGE="bc"
al@14468 4 VERSION="1.06.95"
pankso@201 5 CATEGORY="utilities"
al@14468 6 SHORT_DESC="Bc is a cmdline calculator"
pankso@5 7 MAINTAINER="pankso@slitaz.org"
al@14468 8 LICENSE="GPL2 LGPL2.1"
al@19571 9 WEB_SITE="https://www.gnu.org/software/bc/"
al@19571 10
al@14468 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@14468 12 WGET_URL="http://alpha.gnu.org/gnu/$PACKAGE/$TARBALL"
pankso@9662 13
al@14468 14 BUILD_DEPENDS="flex readline-dev texinfo"
pankso@5 15
pankso@5 16 # Rules to configure and make the package.
pankso@5 17 compile_rules()
pankso@5 18 {
al@14468 19 ./configure \
al@14468 20 --with-readline \
al@14468 21 $CONFIGURE_ARGS &&
al@14468 22 make &&
al@14468 23 make install
pankso@5 24 }
pankso@5 25
pankso@5 26 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@5 27 genpkg_rules()
pankso@5 28 {
al@19745 29 copy @std
al@19745 30 TAGS="calculator"
al@19745 31 DEPENDS="ncurses readline"
pankso@5 32 }