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

add python dnspython
author ernia <monghitri@aruba.it>
date Tue Jan 29 20:56:57 2013 +0000 (2013-01-29)
parents 1af043c699da
children d1c17bd2c2bc
line source
1 # SliTaz package receipt.
3 PACKAGE="gtk-engine-nodoka"
4 VERSION="0.7.5"
5 SOURCE="gtk-nodoka-engine"
6 CATEGORY="x-window"
7 SHORT_DESC="Light and modern GTK theme engine."
8 MAINTAINER="pankso@slitaz.org"
9 TARBALL="$SOURCE-$VERSION.tar.gz"
10 WEB_SITE="https://fedorahosted.org/nodoka/"
11 WGET_URL="https://fedorahosted.org/released/nodoka/$TARBALL"
13 DEPENDS="gtk+"
14 BUILD_DEPENDS="gtk+-dev wget"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 ./configure $CONFIGURE_ARGS &&
21 make && make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/lib/gtk-2.0/2.10.0/engines
28 cp $install/usr/lib/gtk-2.0/2.10.0/engines/*.so \
29 $fs/usr/lib/gtk-2.0/2.10.0/engines
30 cp -a $install/usr/share $fs/usr
31 }