wok annotate lcdnurse/receipt @ rev 22359

mongodb: modified find command
author Hans-G?nter Theisgen
date Thu Nov 21 08:45:04 2019 +0100 (2019-11-21)
parents affba9aecc73
children 4ce52a0b72fd
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@20778 10 WEB_SITE="https://web.archive.org/web/20140209025603/http://congelli.eu/prog_info_lcdnurse.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 }