wok view ext4magic/receipt @ rev 25561

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