wok view safecopy/receipt @ rev 13945

gpm: add post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 29 11:17:09 2013 +0100 (2013-01-29)
parents 816423d2c058
children 380ffe05937a
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 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://safecopy.sourceforge.net/"
10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
12 DEPENDS=""
13 BUILD_DEPENDS=""
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 ./configure && make && make install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr
26 cp -a $install/usr/bin $fs/usr
27 }