wok rev 13306

Move to wok shake
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Aug 29 10:48:43 2012 +0200 (2012-08-29)
parents ed2c4ccc7d70
children 8347d0329fcb
files shake/receipt
line diff
     1.1 --- a/shake/receipt	Wed Aug 29 10:48:41 2012 +0200
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,30 +0,0 @@
     1.4 -# SliTaz package receipt.
     1.5 -
     1.6 -PACKAGE="shake"
     1.7 -VERSION="0.999"
     1.8 -CATEGORY="misc"
     1.9 -SHORT_DESC="A defragmentation tool."
    1.10 -MAINTAINER="pascal.bellard@slitaz.org"
    1.11 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.12 -WEB_SITE="http://vleu.net/shake/"
    1.13 -WGET_URL="http://download.savannah.nongnu.org/releases/$PACKAGE/$TARBALL"
    1.14 -SUGGESTED="defrag"
    1.15 -
    1.16 -BUILD_DEPENDS="cmake attr attr-dev help2man"
    1.17 -DEPENDS="attr"
    1.18 -
    1.19 -# Rules to configure and make the package.
    1.20 -compile_rules()
    1.21 -{
    1.22 -	cd $src/build
    1.23 -	cmake -DCMAKE_INSTALL_PREFIX=/usr .. &&
    1.24 -	make &&
    1.25 -	make DESTDIR=$DESTDIR install
    1.26 -}
    1.27 -
    1.28 -# Rules to gen a SliTaz package suitable for Tazpkg.   
    1.29 -genpkg_rules()                                      
    1.30 -{
    1.31 -	mkdir -p $fs/usr/bin
    1.32 -	cp -a $install/usr/bin/*  $fs/usr/bin
    1.33 -}