wok view dd_rescue/receipt @ rev 21617

updated opencv and opencv-dev (3.4.6 -> 4.1.0)
author Hans-G?nter Theisgen
date Fri May 24 18:01:06 2019 +0100 (2019-05-24)
parents a1c1d35d9f92
children 4501baba93df
line source
1 # SliTaz package receipt.
3 PACKAGE="dd_rescue"
4 VERSION="1.22"
5 CATEGORY="system-tools"
6 SHORT_DESC="Block device copy tools."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.garloff.de/kurt/linux/ddrescue/"
11 WGET_URL="http://www.garloff.de/kurt/linux/ddrescue/$TARBALL"
13 DEPENDS=""
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 make
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/bin
26 cp -a $src/dd_rescue $fs/usr/bin
27 }