wok diff iron-linux/receipt @ rev 19872
linld/tazboot: fix magic (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Mar 30 18:01:42 2017 +0200 (2017-03-30) |
parents | 9e01bc6321ea |
children | a78610b2eb47 |
line diff
1.1 --- a/iron-linux/receipt Sun Dec 20 15:13:45 2015 +0100 1.2 +++ b/iron-linux/receipt Thu Mar 30 18:01:42 2017 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="iron-linux" 1.7 -VERSION="24.0.1350.0" 1.8 +VERSION="48.2550.0" 1.9 CATEGORY="network" 1.10 SHORT_DESC="A secure web browser based on Chromium." 1.11 MAINTAINER="paul@slitaz.org" 1.12 @@ -9,9 +9,9 @@ 1.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 WEB_SITE="http://www.srware.net/en/software_srware_iron.php" 1.15 WGET_URL="http://www.srware.net/downloads/$PACKAGE.tar.gz" 1.16 -TAGS="web-browser" 1.17 +TAGS="chromium web-browser" 1.18 1.19 -DEPENDS="nss libfirefox GConf libcups libjpeg62 libffi" # may need updating? 1.20 +DEPENDS="bash nss libfirefox GConf libcups libjpeg62 libpng libffi x264" # may need updating? 1.21 1.22 # Rules to configure and make the package. 1.23 compile_rules()