wok view jdk6-jaxws/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 | 7bb096863642 | 
| children | af8d823a3077 | 
 line source
     1 # SliTaz package receipt.
     3 PACKAGE="jdk6-jaxws"
     4 VERSION="b20"
     5 CATEGORY="meta"
     6 SHORT_DESC="A component of Sun's jdk6 we use to cook icedtea6 (empty package)"
     7 MAINTAINER="gokhlayeh@slitaz.org"
     8 LICENSE="GPL2"
     9 TARBALL="$PACKAGE-$VERSION.zip"
    10 WEB_SITE="http://java.sun.com"
    11 WGET_URL="http://icedtea.wildebeest.org/download/drops/$TARBALL"
    12 COOK_OPT="!unpack !repack_src !fs"
    14 BUILD_DEPENDS="wget"
    16 # Rules to gen a SliTaz package suitable for Tazpkg.
    17 compile_rules()
    18 {
    19 	mkdir -p $fs/usr
    20 }