wok rev 9662

bc: clean-up receipt
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 01 09:06:28 2011 +0200 (2011-05-01)
parents 6ec16466ed5c
children 3bb8f2adbf51
files bc/receipt
line diff
     1.1 --- a/bc/receipt	Sun May 01 08:58:30 2011 +0200
     1.2 +++ b/bc/receipt	Sun May 01 09:06:28 2011 +0200
     1.3 @@ -6,18 +6,18 @@
     1.4  SHORT_DESC="Bc is a cmdline calculator."
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.7 +WEB_SITE="http://www.gnu.org/software/bc/"
     1.8 +WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
     1.9 +TAGS="calculator"
    1.10 +
    1.11 +DEPENDS=""
    1.12  BUILD_DEPENDS="flex"
    1.13 -WEB_SITE="http://www.gnu.org/software/bc/"
    1.14 -WGET_URL="http://ftp.gnu.org/pub/gnu/bc/$TARBALL"
    1.15 -TAGS="calculator"
    1.16  
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {
    1.20 -    cd $src
    1.21 -    ./configure --prefix=/usr --infodir=/usr/share/info \
    1.22 -    --mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.23 -    make &&
    1.24 +	cd $src
    1.25 +    ./configure && make &&
    1.26      make DESTDIR=$PWD/_pkg install
    1.27  }
    1.28