wok-next diff lcdnurse/receipt @ rev 20712

libtorrent: fix rtorrent building for non-64bit archs
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun May 27 12:13:53 2018 +0300 (2018-05-27)
parents affba9aecc73
children d5aab818505e
line diff
     1.1 --- a/lcdnurse/receipt	Mon Oct 26 02:54:52 2015 +0200
     1.2 +++ b/lcdnurse/receipt	Sun May 27 12:13:53 2018 +0300
     1.3 @@ -1,31 +1,26 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="lcdnurse"
     1.8  VERSION="1.0.3"
     1.9  CATEGORY="misc"
    1.10 -SHORT_DESC="'heal' dead pixels on your LCD screen."
    1.11 +SHORT_DESC="'heal' dead pixels on your LCD screen"
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="GPL3"
    1.14 +WEB_SITE="http://congelli.eu/prog_info_lcdnurse_page_1.html"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WEB_SITE="http://congelli.eu/prog_info_lcdnurse_page_1.html"
    1.18  WGET_URL="http://congelli.eu/download/$PACKAGE/$TARBALL"
    1.19  
    1.20 -DEPENDS="wxWidgets28"
    1.21  BUILD_DEPENDS="wxWidgets28-dev"
    1.22  
    1.23 -# Rules to configure and make the package.
    1.24 -compile_rules()
    1.25 -{
    1.26 -	./configure \
    1.27 -		--prefix=/usr \
    1.28 -		--infodir=/usr/share/info \
    1.29 -		--mandir=/usr/share/man \
    1.30 -		$CONFIGURE_ARGS &&
    1.31 -	make && make DESTDIR=$DESTDIR install
    1.32 +compile_rules() {
    1.33 +	./configure $CONFIGURE_ARGS &&
    1.34 +	fix libtool &&
    1.35 +	make &&
    1.36 +	make DESTDIR=$DESTDIR install
    1.37  }
    1.38  
    1.39 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.40 -genpkg_rules()
    1.41 -{
    1.42 -	cp -a $install/usr $fs
    1.43 +genpkg_rules() {
    1.44 +	copy @std
    1.45 +	DEPENDS="wxWidgets28"
    1.46  }