wok view lcdnurse/receipt @ rev 17005

Add pulseaudio
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 12 13:55:28 2014 +0200 (2014-08-12)
parents
children affba9aecc73
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="wxWidgets"
14 BUILD_DEPENDS="wxWidgets-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 }