wok rev 11576

nvclock: autoreconf before build
author Antoine Bodin <gokhlayeh@slitaz.org>
date Mon Jan 02 23:06:19 2012 +0100 (2012-01-02)
parents c380532e1854
children 885b23fb6687
files nvclock/receipt
line diff
     1.1 --- a/nvclock/receipt	Mon Jan 02 23:06:19 2012 +0100
     1.2 +++ b/nvclock/receipt	Mon Jan 02 23:06:19 2012 +0100
     1.3 @@ -9,11 +9,15 @@
     1.4  TARBALL="$PACKAGE$VERSION.tar.gz"
     1.5  WGET_URL="$WEB_SITE/$TARBALL"
     1.6  TAGS="power-management"
     1.7 +BUILD_DEPENDS="autoconf"
     1.8  
     1.9  # Rules to configure and make the package.
    1.10  compile_rules(){
    1.11    [ -d $PACKAGE$VERSION ] && mv $PACKAGE$VERSION $PACKAGE-$VERSION
    1.12    cd $src
    1.13 +
    1.14 +	autoreconf
    1.15 +
    1.16     patch -Np1 -i $stuff/$PACKAGE-$VERSION-install.patch 
    1.17    ./configure --prefix=/usr --bindir=/usr/bin &&
    1.18    make -j 1 &&