wok-next view gtk-nodoka-engine/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents f48456621a9d
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="gtk-nodoka-engine"
4 VERSION="0.7.5"
5 CATEGORY="customization"
6 SHORT_DESC="Light and modern GTK theme engine"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://pagure.io/nodoka-theme"
10 REPOLOGY="gtk-nodoka-engine"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="https://fedorahosted.org/released/nodoka/$TARBALL" # FIXME
15 BUILD_DEPENDS="gtk2-dev"
17 compile_rules() {
18 ./configure $CONFIGURE_ARGS &&
19 fix libtool &&
20 make &&
21 make install
22 }
24 genpkg_rules() {
25 copy @std
26 DEPENDS="gtk2"
27 }