wok diff libparserutils/receipt @ rev 21805

Up vlc (3.0.6) again
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 15 19:40:09 2019 +0200 (2019-08-15)
parents e08d57ee1aca
children ede1d184d5c5
line diff
     1.1 --- a/libparserutils/receipt	Tue Dec 10 15:54:17 2013 +0000
     1.2 +++ b/libparserutils/receipt	Thu Aug 15 19:40:09 2019 +0200
     1.3 @@ -9,14 +9,15 @@
     1.4  WEB_SITE="http://www.netsurf-browser.org/projects/libparserutils/"
     1.5  TARBALL="$PACKAGE-$VERSION-src.tar.gz"
     1.6  WGET_URL="http://download.netsurf-browser.org/libs/releases/$TARBALL"
     1.7 +HOST_ARCH="i486 arm"
     1.8  
     1.9  # Rules to configure and make the package.
    1.10  compile_rules()
    1.11  {
    1.12 -	cd $src
    1.13  	make install DESTDIR=$DESTDIR PREFIX=/usr &&
    1.14  	make install COMPONENT_TYPE=lib-shared DESTDIR=$DESTDIR PREFIX=/usr 
    1.15  }
    1.16 +
    1.17  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.18  genpkg_rules()
    1.19  {