wok diff libparserutils/receipt @ rev 21549

Add LXSession 0.4.6.* as lxsession046 (latest LXSession 0.4.* is 0.4.9.* and it don't compile anyway due to the old libgee; and latest LXSession 0.5.* (just lxsession) has the major drawbacks)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 07 11:25:44 2019 +0300 (2019-05-07)
parents e08d57ee1aca
children ede1d184d5c5
line diff
     1.1 --- a/libparserutils/receipt	Tue Dec 10 15:54:17 2013 +0000
     1.2 +++ b/libparserutils/receipt	Tue May 07 11:25:44 2019 +0300
     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  {