wok annotate 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
rev   line source
pascal@15464 1 # SliTaz package receipt.
pascal@15464 2
pascal@15464 3 PACKAGE="lcdnurse"
pascal@15464 4 VERSION="1.0.3"
pascal@15464 5 CATEGORY="misc"
pascal@15464 6 SHORT_DESC="'heal' dead pixels on your LCD screen."
pascal@15464 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15464 8 LICENSE="GPL3"
pascal@15464 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@15464 10 WEB_SITE="http://congelli.eu/prog_info_lcdnurse_page_1.html"
pascal@15464 11 WGET_URL="http://congelli.eu/download/$PACKAGE/$TARBALL"
pascal@15464 12
al@18521 13 DEPENDS="wxWidgets28"
al@18521 14 BUILD_DEPENDS="wxWidgets28-dev"
pascal@15464 15
pascal@15464 16 # Rules to configure and make the package.
pascal@15464 17 compile_rules()
pascal@15464 18 {
pascal@15464 19 ./configure \
pascal@15464 20 --prefix=/usr \
pascal@15464 21 --infodir=/usr/share/info \
pascal@15464 22 --mandir=/usr/share/man \
pascal@15464 23 $CONFIGURE_ARGS &&
pascal@15464 24 make && make DESTDIR=$DESTDIR install
pascal@15464 25 }
pascal@15464 26
pascal@15464 27 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@15464 28 genpkg_rules()
pascal@15464 29 {
pascal@15464 30 cp -a $install/usr $fs
pascal@15464 31 }