wok rev 15464

Add lcdnurse
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Nov 07 10:05:15 2013 +0000 (2013-11-07)
parents 2b1daaec7346
children d7cf110f32be
files lcdnurse/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/lcdnurse/receipt	Thu Nov 07 10:05:15 2013 +0000
     1.3 @@ -0,0 +1,31 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="lcdnurse"
     1.7 +VERSION="1.0.3"
     1.8 +CATEGORY="misc"
     1.9 +SHORT_DESC="'heal' dead pixels on your LCD screen."
    1.10 +MAINTAINER="pascal.bellard@slitaz.org"
    1.11 +LICENSE="GPL3"
    1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.13 +WEB_SITE="http://congelli.eu/prog_info_lcdnurse_page_1.html"
    1.14 +WGET_URL="http://congelli.eu/download/$PACKAGE/$TARBALL"
    1.15 +
    1.16 +DEPENDS="wxWidgets"
    1.17 +BUILD_DEPENDS="wxWidgets-dev"
    1.18 +
    1.19 +# Rules to configure and make the package.
    1.20 +compile_rules()
    1.21 +{
    1.22 +	./configure \
    1.23 +		--prefix=/usr \
    1.24 +		--infodir=/usr/share/info \
    1.25 +		--mandir=/usr/share/man \
    1.26 +		$CONFIGURE_ARGS &&
    1.27 +	make && make DESTDIR=$DESTDIR install
    1.28 +}
    1.29 +
    1.30 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.31 +genpkg_rules()
    1.32 +{
    1.33 +	cp -a $install/usr $fs
    1.34 +}