wok-next annotate lcdnurse/receipt @ rev 21164

Update some WEB_SITE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Feb 28 10:34:08 2019 +0100 (2019-02-28)
parents d5aab818505e
children c70d4b1f7855
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"
pascal@21164 9 WEB_SITE="https://web.archive.org/web/20140209025603/http://congelli.eu/prog_info_lcdnurse.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 }