wok-next annotate gtk-nodoka-engine/receipt @ rev 21017

Some maintenance
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 16 16:46:05 2018 +0300 (2018-10-16)
parents 5ed258d11ce7
children d5aab818505e
rev   line source
al@20991 1 # SliTaz package receipt v2.
al@20991 2
al@20991 3 PACKAGE="gtk-nodoka-engine"
al@20991 4 VERSION="0.7.5"
al@20991 5 CATEGORY="customization"
al@20991 6 SHORT_DESC="Light and modern GTK theme engine"
al@20991 7 MAINTAINER="pankso@slitaz.org"
al@20991 8 LICENSE="GPL2"
al@20991 9 WEB_SITE="https://fedorahosted.org/nodoka/"
al@20991 10 REPOLOGY="gtk-nodoka-engine"
al@20991 11
al@20991 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20991 13 WGET_URL="https://fedorahosted.org/released/nodoka/$TARBALL"
al@20991 14
al@21017 15 BUILD_DEPENDS="gtk2-dev"
al@20991 16
al@20991 17 compile_rules() {
al@20991 18 ./configure $CONFIGURE_ARGS &&
al@20991 19 fix libtool &&
al@20991 20 make &&
al@20991 21 make install
al@20991 22 }
al@20991 23
al@20991 24 genpkg_rules() {
al@20991 25 copy @std
al@21017 26 DEPENDS="gtk2"
al@20991 27 }