wok diff bc/receipt @ rev 9971
icu: fix path to installed files
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed May 18 18:07:39 2011 +0200 (2011-05-18) |
parents | 02bbaa9d12ba |
children | e91591bae3d5 |
line diff
1.1 --- a/bc/receipt Mon Apr 04 01:29:52 2011 +0200 1.2 +++ b/bc/receipt Wed May 18 18:07:39 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