wok-6.x view safecopy/receipt @ rev 20505
partclone 0.2.89 -> 0.2.70: dpkg-architecture not used here
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Tue Oct 30 11:23:14 2018 +0000 (2018-10-30) |
parents | 58689c13dd4b |
children | e919c5a2742d |
line source
1 # SliTaz package receipt.
3 PACKAGE="safecopy"
4 VERSION="1.7"
5 CATEGORY="system-tools"
6 SHORT_DESC="A disk data recovery tool to extract data from damaged media"
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://safecopy.sourceforge.net/"
11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
13 DEPENDS=""
14 BUILD_DEPENDS=""
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 ./configure && make && make install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr
27 cp -a $install/usr/bin $fs/usr
28 }