wok-current view safecopy/receipt @ rev 13954
add python cssselect
| author | ernia <monghitri@aruba.it> | 
|---|---|
| date | Wed Jan 30 10:46:16 2013 +0000 (2013-01-30) | 
| 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 }