wok-current annotate ext4magic/receipt @ rev 25561

created recipe for ext4magic
author Hans-G?nter Theisgen
date Sun Apr 30 06:26:09 2023 +0100 (20 months ago)
parents
children 64e725df93c0
rev   line source
Hans-G?nter@25561 1 # SliTaz package receipt.
Hans-G?nter@25561 2
Hans-G?nter@25561 3 PACKAGE="ext4magic"
Hans-G?nter@25561 4 VERSION="0.3.2"
Hans-G?nter@25561 5 CATEGORY="system-tools"
Hans-G?nter@25561 6 TAGS="recover"
Hans-G?nter@25561 7 SHORT_DESC="Recover deleted or overwritten files on ext3 and ext4 filesystems."
Hans-G?nter@25561 8 MAINTAINER="maintainer@slitaz.org"
Hans-G?nter@25561 9 LICENSE="GPL2+"
Hans-G?nter@25561 10 WEB_SITE="https://sourceforge.net/projects/ext4magic"
Hans-G?nter@25561 11
Hans-G?nter@25561 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
Hans-G?nter@25561 13 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
Hans-G?nter@25561 14
Hans-G?nter@25561 15 DEPENDS="e2fsprogs file zlib"
Hans-G?nter@25561 16 BUILD_DEPENDS="e2fsprogs e2fsprogs-dev file libmagic-dev
Hans-G?nter@25561 17 util-linux-blkid-dev util-linux-uuid-dev zlib-dev"
Hans-G?nter@25561 18
Hans-G?nter@25561 19 # Rules to configure and make the package.
Hans-G?nter@25561 20 compile_rules()
Hans-G?nter@25561 21 {
Hans-G?nter@25561 22 patch --strip=1 \
Hans-G?nter@25561 23 --input=$stuff/patches/ext4magic-$VERSION-i_dir_acl.patch
Hans-G?nter@25561 24 export LIBS="$LIBS /usr/lib/libext2fs.so.2"
Hans-G?nter@25561 25
Hans-G?nter@25561 26 ./configure \
Hans-G?nter@25561 27 --prefix=/usr &&
Hans-G?nter@25561 28 make &&
Hans-G?nter@25561 29 make install
Hans-G?nter@25561 30 }
Hans-G?nter@25561 31
Hans-G?nter@25561 32 # Rules to gen a SliTaz package suitable for Tazpkg.
Hans-G?nter@25561 33 genpkg_rules()
Hans-G?nter@25561 34 {
Hans-G?nter@25561 35 cook_copy_folders sbin
Hans-G?nter@25561 36 }