wok diff cv/receipt @ rev 23057

Add perl-dev
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 07 16:51:42 2020 +0100 (2020-03-07)
parents c7c3567bd8d4
children 5ea0ce1cecc0
line diff
     1.1 --- a/cv/receipt	Wed Feb 18 09:35:09 2015 +0100
     1.2 +++ b/cv/receipt	Sat Mar 07 16:51:42 2020 +0100
     1.3 @@ -1,27 +1,30 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="cv"
     1.7 -VERSION="0.4.1"
     1.8 +VERSION="0.7.1"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Linux tool to show progress for cp, rm, dd, ..."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="GPL3"
    1.13 +WEB_SITE="https://github.com/Xfennec/cv"
    1.14 +
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WEB_SITE="https://github.com/Xfennec/cv"
    1.17  WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz"
    1.18  
    1.19  DEPENDS="ncurses"
    1.20 -BUILD_DEPENDS="wget ncurses-dev"
    1.21 +BUILD_DEPENDS="ncurses-dev"
    1.22  
    1.23  # Rules to configure and make the package.
    1.24  compile_rules()
    1.25  {
    1.26  	sed -i 's|/local||;s|-lncurses|& -ltinfo|' Makefile
    1.27 -	make && make DESTDIR=$DESTDIR install
    1.28 +
    1.29 +	make &&
    1.30 +	make DESTDIR=$DESTDIR install
    1.31  }
    1.32  
    1.33  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.34  genpkg_rules()
    1.35  {
    1.36 -	cp -a $install/* $fs/
    1.37 +	cp -a $install/*	$fs/
    1.38  }