wok view tazweb/receipt @ rev 19159
/etc/init.d/*: use 'action' in pair with 'status'.
'action' returns translated message, so why not to add full translatable /etc/init.d/* content
'action' returns translated message, so why not to add full translatable /etc/init.d/* content
| author | Aleksej Bobylev <al.bobylev@gmail.com> | 
|---|---|
| date | Thu May 26 20:16:45 2016 +0300 (2016-05-26) | 
| parents | 92b2bc4e0ee2 | 
| children | 1e186097deee | 
 line source
     1 # SliTaz package receipt.
     3 PACKAGE="tazweb"
     4 VERSION="168"
     5 CATEGORY="network"
     6 SHORT_DESC="SliTaz simple, fast and small Web Browser"
     7 MAINTAINER="pankso@slitaz.org"
     8 LICENSE="BSD"
     9 WEB_SITE="http://www.slitaz.org/"
    10 TARBALL="$PACKAGE-$VERSION.tar.gz"
    11 WGET_URL="http://hg.slitaz.org/$PACKAGE/archive/$VERSION.tar.gz"
    12 TAGS="web-browser"
    13 HOST_ARCH="i486 arm"
    15 DEPENDS="libwebkit"
    16 BUILD_DEPENDS="glib-dev gtk+-dev libsoup-dev libwebkit-dev libxslt-dev"
    18 # Rules to configure and make the package.
    19 compile_rules()
    20 {
    21 	make && make msgfmt && make DESTDIR=$install install
    22 }
    24 # Cross compilation check
    25 testsuite() {
    26 	readelf -h $install/usr/bin/tazweb
    27 }
    29 # Rules to gen a SliTaz package suitable for Tazpkg.
    30 genpkg_rules()
    31 {
    32 	mkdir -p $fs
    33 	cp -a $install/* $fs
    34 }