wok-next view 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
line source
1 # SliTaz package receipt v2.
3 PACKAGE="lcdnurse"
4 VERSION="1.0.3"
5 CATEGORY="misc"
6 SHORT_DESC="'heal' dead pixels on your LCD screen"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://web.archive.org/web/20140209025603/http://congelli.eu/prog_info_lcdnurse.html"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://congelli.eu/download/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="wxWidgets28-dev"
16 compile_rules() {
17 ./configure $CONFIGURE_ARGS &&
18 fix libtool &&
19 make &&
20 make DESTDIR=$install install
21 }
23 genpkg_rules() {
24 copy @std
25 DEPENDS="wxWidgets28"
26 }