wok-next annotate lcdnurse/receipt @ rev 17210
cairo: fix invisible font in libwebkit (gtk)
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Fri Oct 10 13:59:12 2014 +0200 (2014-10-10) |
parents | |
children | affba9aecc73 |
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 |
pascal@15464 | 13 DEPENDS="wxWidgets" |
pascal@15464 | 14 BUILD_DEPENDS="wxWidgets-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 } |