wok view gtk-theme-vertex/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 | |
| children | 3de274310ea5 | 
 line source
     1 # SliTaz package receipt.
     3 PACKAGE="gtk-theme-vertex"
     4 VERSION="20160329"
     5 CATEGORY="customization"
     6 SHORT_DESC="Vertex is a theme for GTK 3, GTK 2, Gnome-Shell and Cinnamon"
     7 MAINTAINER="al.bobylev@gmail.com"
     8 LICENSE="GPL3"
     9 WEB_SITE="https://github.com/horst3180/vertex-theme"
    10 TARBALL="$PACKAGE-$VERSION.tar.gz"
    11 WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
    13 DEPENDS="gtk2-engine-murrine"
    14 BUILD_DEPENDS="autoconf automake gtk+3-dev"
    16 # Rules to configure and make the package.
    17 compile_rules()
    18 {
    19 	./autogen.sh \
    20 		--prefix=/usr \
    21 		--disable-cinnamon \
    22 		--disable-gnome-shell \
    23 		--disable-unity
    24 	make install
    25 }
    27 # Rules to gen a SliTaz package suitable for Tazpkg.
    28 genpkg_rules()
    29 {
    30 	cp -a $install/* $fs
    31 }