wok-next annotate lcdnurse/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents 0ec6086e21d6
children 9a2b4a8379d5
rev   line source
al@20575 1 # SliTaz package receipt v2.
pascal@15464 2
pascal@15464 3 PACKAGE="lcdnurse"
pascal@15464 4 VERSION="1.0.3"
pascal@15464 5 CATEGORY="misc"
al@20575 6 SHORT_DESC="'heal' dead pixels on your LCD screen"
pascal@15464 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15464 8 LICENSE="GPL3"
al@20575 9 WEB_SITE="http://congelli.eu/prog_info_lcdnurse_page_1.html"
al@20575 10
pascal@15464 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@15464 12 WGET_URL="http://congelli.eu/download/$PACKAGE/$TARBALL"
pascal@15464 13
al@18521 14 BUILD_DEPENDS="wxWidgets28-dev"
pascal@15464 15
al@20575 16 compile_rules() {
al@20575 17 ./configure $CONFIGURE_ARGS &&
al@20575 18 fix libtool &&
al@20575 19 make &&
al@21020 20 make DESTDIR=$install install
pascal@15464 21 }
pascal@15464 22
al@20575 23 genpkg_rules() {
al@20575 24 copy @std
al@20575 25 DEPENDS="wxWidgets28"
pascal@15464 26 }