wok view gtk-engine-nodoka/receipt @ rev 20645

updated hostapd (2.6 -> 2.7)
author Hans-G?nter Theisgen
date Fri Jan 11 16:39:21 2019 +0100 (2019-01-11)
parents d1c17bd2c2bc
children d66160614dc4
line source
1 # SliTaz package receipt.
3 PACKAGE="gtk-engine-nodoka"
4 VERSION="0.7.5"
5 SOURCE="gtk-nodoka-engine"
6 CATEGORY="customization"
7 SHORT_DESC="Light and modern GTK theme engine."
8 MAINTAINER="pankso@slitaz.org"
9 LICENSE="GPL2"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WEB_SITE="https://fedorahosted.org/nodoka/"
12 WGET_URL="https://fedorahosted.org/released/nodoka/$TARBALL"
14 DEPENDS="gtk+"
15 BUILD_DEPENDS="gtk+-dev wget"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 ./configure $CONFIGURE_ARGS &&
22 make && make install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr/lib/gtk-2.0/2.10.0/engines
29 cp $install/usr/lib/gtk-2.0/2.10.0/engines/*.so \
30 $fs/usr/lib/gtk-2.0/2.10.0/engines
31 cp -a $install/usr/share $fs/usr
32 }