wok view cv/receipt @ rev 22884

updated gsettings-desktop-schemas again (3.28.1 -> 3.34.0)
author Hans-G?nter Theisgen
date Sat Feb 22 16:44:15 2020 +0100 (2020-02-22)
parents c7c3567bd8d4
children 5ea0ce1cecc0
line source
1 # SliTaz package receipt.
3 PACKAGE="cv"
4 VERSION="0.7.1"
5 CATEGORY="system-tools"
6 SHORT_DESC="Linux tool to show progress for cp, rm, dd, ..."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://github.com/Xfennec/cv"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz"
14 DEPENDS="ncurses"
15 BUILD_DEPENDS="ncurses-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 sed -i 's|/local||;s|-lncurses|& -ltinfo|' Makefile
22 make &&
23 make DESTDIR=$DESTDIR install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 cp -a $install/* $fs/
30 }