wok view iron-linux/receipt @ rev 15520

Up: thunderbird-langpack-pt_PT (17.0.10esr)
author Dominique Corbex <domcox@slitaz.org>
date Tue Nov 19 22:24:29 2013 +0100 (2013-11-19)
parents 8f6acafcf637
children de49f29b101e
line source
1 # SliTaz package receipt.
3 PACKAGE="iron-linux"
4 VERSION="24.0.1350.0"
5 CATEGORY="network"
6 SHORT_DESC="A secure web browser based on Chromium."
7 MAINTAINER="paul@slitaz.org"
8 DEPENDS="nss libfirefox GConf cups libjpeg62 libffi" # may need updating?
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.srware.net/en/software_srware_iron.php"
11 WGET_URL="http://www.srware.net/downloads/$PACKAGE.tar.gz"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 mkdir -p $DESTDIR
17 cp -a $src $DESTDIR/$PACKAGE
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 mkdir -p $fs/usr/lib $fs/usr/share/pixmaps
24 cp -a $install/$PACKAGE $fs/usr/lib
25 cp -a $fs/usr/lib/$PACKAGE/product_logo_48.png \
26 $fs/usr/share/pixmaps/iron.png
27 }
29 # Create a link to /usr/bin/iron.
30 post_install()
31 {
32 ln -s $1/usr/lib/iron-linux/iron $1/usr/bin/iron
33 }
35 # Remove link.
36 post_remove()
37 {
38 rm $1/usr/bin/iron
39 }