wok diff x264/receipt @ rev 16315

ARM: add/up vala (0.24.0) + shared-mime-info (hope it will fix some gtk crash)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 09 14:57:01 2014 +0200 (2014-04-09)
parents 380ffe05937a
children eed68127093d
line diff
     1.1 --- a/x264/receipt	Sat Aug 10 17:00:38 2013 +0000
     1.2 +++ b/x264/receipt	Wed Apr 09 14:57:01 2014 +0200
     1.3 @@ -10,20 +10,20 @@
     1.4  SOURCE="$PACKAGE-snapshot"
     1.5  TARBALL="$SOURCE-$VERSION.tar.bz2"
     1.6  WGET_URL="ftp://ftp.videolan.org/pub/videolan/x264/snapshots/$TARBALL"
     1.7 +#HOST_ARCH="i486 arm"
     1.8  
     1.9  DEPENDS="glibc-base"
    1.10  BUILD_DEPENDS="yasm"
    1.11  
    1.12  # Rules to configure and make the package.
    1.13 -
    1.14  compile_rules() {
    1.15 -    cd $src
    1.16 -    ./configure --enable-shared &&
    1.17 -    make &&
    1.18 -    make DESTDIR=$DESTDIR \
    1.19 -         bindir=/usr/bin \
    1.20 -         libdir=/usr/lib \
    1.21 -         includedir=/usr/include install
    1.22 +	./configure \
    1.23 +		--enable-shared $CONFIGURE_ARGS &&
    1.24 +	make && make \
    1.25 +		DESTDIR=$DESTDIR \
    1.26 +		bindir=/usr/bin \
    1.27 +		libdir=/usr/lib \
    1.28 +		includedir=/usr/include install
    1.29  }
    1.30  
    1.31  # Rules to gen a SliTaz package suitable for Tazpkg.