wok-next diff bc/receipt @ rev 20430
fake-sane: fix copy-paste typo
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Jan 24 13:29:11 2018 +0200 (2018-01-24) |
parents | 8da249b2c8d7 |
children | 90a5eb560fd6 |
line diff
1.1 --- a/bc/receipt Fri Dec 23 03:55:33 2016 +0200 1.2 +++ b/bc/receipt Wed Jan 24 13:29:11 2018 +0200 1.3 @@ -1,4 +1,4 @@ 1.4 -# SliTaz package receipt. 1.5 +# SliTaz package receipt v2. 1.6 1.7 PACKAGE="bc" 1.8 VERSION="1.06.95" 1.9 @@ -7,31 +7,26 @@ 1.10 MAINTAINER="pankso@slitaz.org" 1.11 LICENSE="GPL2 LGPL2.1" 1.12 WEB_SITE="https://www.gnu.org/software/bc/" 1.13 -TAGS="calculator" 1.14 1.15 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.16 WGET_URL="http://alpha.gnu.org/gnu/$PACKAGE/$TARBALL" 1.17 1.18 -DEPENDS="ncurses readline" 1.19 BUILD_DEPENDS="flex readline-dev texinfo" 1.20 1.21 # Rules to configure and make the package. 1.22 compile_rules() 1.23 { 1.24 - patch -Np1 -i $stuff/bc-1.06.95-memory_leak-1.patch 1.25 - 1.26 ./configure \ 1.27 --with-readline \ 1.28 $CONFIGURE_ARGS && 1.29 make && 1.30 make install 1.31 - 1.32 - mkdir -p $install/usr/share/applications 1.33 - cp $stuff/bc.desktop $install/usr/share/applications 1.34 } 1.35 1.36 # Rules to gen a SliTaz package suitable for Tazpkg. 1.37 genpkg_rules() 1.38 { 1.39 - cook_copy_files bc dc 1.40 + copy @std 1.41 + TAGS="calculator" 1.42 + DEPENDS="ncurses readline" 1.43 }