wok diff lcdnurse/receipt @ rev 18281
mate-control-center: update deps and force glib compile schemas
author | Yuri Pourre <yuripourre@gmail.com> |
---|---|
date | Mon Aug 10 09:59:01 2015 -0300 (2015-08-10) |
parents | |
children | affba9aecc73 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/lcdnurse/receipt Mon Aug 10 09:59:01 2015 -0300 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 +}