
Receipt for package "shake"
# SliTaz package receipt. PACKAGE="shake" VERSION="1.0" CATEGORY="misc" SHORT_DESC="A defragmentation tool." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL3" WEB_SITE="https://vleu.net/shake/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://github.com/unbrice/$PACKAGE/archive/v$VERSION.tar.gz" SUGGESTED="defrag" DEPENDS="attr" BUILD_DEPENDS="attr attr-dev cmake help2man" current_version() { wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \ sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' } # Rules to configure and make the package. compile_rules() { cd $src/build cmake -DCMAKE_INSTALL_PREFIX=/usr .. && make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/bin cp -a $install/usr/bin/* $fs/usr/bin }
6088 packages and 256128 files in current database (Wed Mar 5 09:18:31 2025)