wok-4.x diff mpfr/receipt @ rev 8530
Fixed libwebkit to not need src varible folder. Moved GtkLanucher to DESTDIR/usr/bin in compile_rules so we can save 300mb on tank.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Feb 13 01:40:21 2011 +0000 (2011-02-13) |
parents | 30f061368a04 |
children | d1768332cee0 |
line diff
1.1 --- a/mpfr/receipt Fri Dec 03 19:06:59 2010 +0000 1.2 +++ b/mpfr/receipt Sun Feb 13 01:40:21 2011 +0000 1.3 @@ -5,8 +5,8 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="C library for multiple-precision floating-point computations." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="make gmp" 1.8 -BUILD_DEPENDS="glibc-dev make gmp-dev gmp automake autoconf" 1.9 +DEPENDS="gmp" 1.10 +BUILD_DEPENDS="gmp" 1.11 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.12 WEB_SITE="http://www.mpfr.org/" 1.13 WGET_URL="http://www.mpfr.org/mpfr-current/$TARBALL" 1.14 @@ -17,12 +17,9 @@ 1.15 { 1.16 cd $src 1.17 patch -Np1 -i ../stuff/$PACKAGE-$VERSION-$EXTRAVERSION.patch 1.18 - ./configure \ 1.19 - --prefix=/usr \ 1.20 - --infodir=/usr/share/info \ 1.21 - $CONFIGURE_ARGS && 1.22 + ./configure && 1.23 make && 1.24 - make DESTDIR=$PWD/_pkg install 1.25 + make install 1.26 } 1.27 1.28 # Rules to gen a SliTaz package suitable for Tazpkg.