wok diff hubbub/receipt @ rev 18471
syslinux: receipt formatting (Pascal already removed lines, so it is :)
help.en: 4000 -> 5000 packages
help.en: 4000 -> 5000 packages
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Oct 03 16:36:26 2015 +0300 (2015-10-03) |
parents | 7c6a33e4a8da |
children | af8d823a3077 |
line diff
1.1 --- a/hubbub/receipt Tue Dec 10 16:06:02 2013 +0000 1.2 +++ b/hubbub/receipt Sat Oct 03 16:36:26 2015 +0300 1.3 @@ -10,6 +10,7 @@ 1.4 WEB_SITE="http://www.netsurf-browser.org/projects/hubbub/" 1.5 TARBALL="lib$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 DEPENDS="libparserutils" 1.10 BUILD_DEPENDS="libparserutils-dev" 1.11 @@ -17,7 +18,6 @@ 1.12 # Rules to configure and make the package. 1.13 compile_rules() 1.14 { 1.15 - cd $src 1.16 make install DESTDIR=$DESTDIR PREFIX=/usr && 1.17 make install COMPONENT_TYPE=lib-shared DESTDIR=$DESTDIR PREFIX=/usr 1.18 }