wok diff libparserutils/receipt @ rev 19039
Webian Shell - again
author | Leonardo Laporte <hackdorte@sapo.pt> |
---|---|
date | Fri Apr 15 09:08:59 2016 -0300 (2016-04-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 Fri Apr 15 09:08:59 2016 -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 {