wok view lcdnurse/receipt @ rev 19162

Up slitaz-tools (986)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri May 27 11:43:53 2016 +0200 (2016-05-27)
parents 2e27570d6810
children c89d25976dbe
line source
1 # SliTaz package receipt.
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 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://congelli.eu/prog_info_lcdnurse_page_1.html"
11 WGET_URL="http://congelli.eu/download/$PACKAGE/$TARBALL"
13 DEPENDS="wxWidgets28"
14 BUILD_DEPENDS="wxWidgets28-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure \
20 --prefix=/usr \
21 --infodir=/usr/share/info \
22 --mandir=/usr/share/man \
23 $CONFIGURE_ARGS &&
24 make && make DESTDIR=$DESTDIR install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 cp -a $install/usr $fs
31 }