wok-next view lcdnurse/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents 9a2b4a8379d5
children
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 wxwidgets28-dev"
16 compile_rules()
17 {
18 ./configure $CONFIGURE_ARGS &&
19 fix libtool &&
20 make &&
21 make DESTDIR=$install install
22 }
24 genpkg_rules()
25 {
26 copy @std
27 DEPENDS="wxwidgets28"
28 }