wok-next diff spacefm/receipt @ rev 15964

libmad: add to ARM arch
author Christophe Lincoln <pankso@slitaz.org>
date Mon Feb 24 15:44:00 2014 +0100 (2014-02-24)
parents 978fcbbaaa52
children 047d32600be5
line diff
     1.1 --- a/spacefm/receipt	Sun Dec 22 15:11:37 2013 +0100
     1.2 +++ b/spacefm/receipt	Mon Feb 24 15:44:00 2014 +0100
     1.3 @@ -7,7 +7,7 @@
     1.4  MAINTAINER="pankso@slitaz.org"
     1.5  LICENSE="GPL3"
     1.6  TARBALL="$PACKAGE-$VERSION.tar.xz"
     1.7 -WEB_SITE="http://spacefm.sourceforge.net/"
     1.8 +WEB_SITE="http://ignorantguru.github.io/spacefm/"
     1.9  WGET_URL="$SF_MIRROR/$PACKAGE/files/$TARBALL"
    1.10  SUGGESTED="udevil"
    1.11  
    1.12 @@ -29,7 +29,7 @@
    1.13  	sed -i s'|/bin/bash|/bin/sh|'g src/*.c src/*.h src/*/*.c src/*/*.h
    1.14  
    1.15  	./configure \
    1.16 -		--with-preferable-sudo="/usr/bin/tazbox" \
    1.17 +		--with-preferable-sudo="/usr/bin/subox" \
    1.18  		--disable-pixmaps \
    1.19  		$CONFIGURE_ARGS &&
    1.20  	make && make install