wok-current diff ext4magic/receipt @ rev 25561

created recipe for ext4magic
author Hans-G?nter Theisgen
date Sun Apr 30 06:26:09 2023 +0100 (14 months ago)
parents
children 64e725df93c0
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/ext4magic/receipt	Sun Apr 30 06:26:09 2023 +0100
     1.3 @@ -0,0 +1,36 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="ext4magic"
     1.7 +VERSION="0.3.2"
     1.8 +CATEGORY="system-tools"
     1.9 +TAGS="recover"
    1.10 +SHORT_DESC="Recover deleted or overwritten files on ext3 and ext4 filesystems."
    1.11 +MAINTAINER="maintainer@slitaz.org"
    1.12 +LICENSE="GPL2+"
    1.13 +WEB_SITE="https://sourceforge.net/projects/ext4magic"
    1.14 +
    1.15 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.17 +
    1.18 +DEPENDS="e2fsprogs file zlib"
    1.19 +BUILD_DEPENDS="e2fsprogs e2fsprogs-dev file libmagic-dev 
    1.20 +	util-linux-blkid-dev util-linux-uuid-dev zlib-dev"
    1.21 +
    1.22 +# Rules to configure and make the package.
    1.23 +compile_rules()
    1.24 +{
    1.25 +	patch	--strip=1	\
    1.26 +		--input=$stuff/patches/ext4magic-$VERSION-i_dir_acl.patch
    1.27 +	export	LIBS="$LIBS /usr/lib/libext2fs.so.2"
    1.28 +
    1.29 +	./configure		\
    1.30 +		--prefix=/usr &&
    1.31 +	make	&&
    1.32 +	make	install
    1.33 +}
    1.34 +
    1.35 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.36 +genpkg_rules()
    1.37 +{
    1.38 +	cook_copy_folders	sbin
    1.39 +}