wok-next annotate lcdnurse/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 9a2b4a8379d5
children
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
Hans-G?nter@21323 14 BUILD_DEPENDS="wxwidgets28 wxwidgets28-dev"
pascal@15464 15
Hans-G?nter@21323 16 compile_rules()
Hans-G?nter@21323 17 {
al@20575 18 ./configure $CONFIGURE_ARGS &&
al@20575 19 fix libtool &&
al@20575 20 make &&
al@21020 21 make DESTDIR=$install install
pascal@15464 22 }
pascal@15464 23
Hans-G?nter@21323 24 genpkg_rules()
Hans-G?nter@21323 25 {
al@20575 26 copy @std
Hans-G?nter@21323 27 DEPENDS="wxwidgets28"
pascal@15464 28 }