wok-next view foremost/receipt @ rev 21720

qt4: replaced libIDL by libidl
author Hans-G?nter Theisgen
date Wed Aug 05 09:22:38 2020 +0100 (2020-08-05)
parents e1c0edabdcb2
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="foremost"
4 VERSION="1.5.7"
5 CATEGORY="system-tools"
6 SHORT_DESC="Data carving utility"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="PublicDomain"
9 WEB_SITE="http://foremost.sourceforge.net/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$WEB_SITE/pkg/$TARBALL"
14 compile_rules() {
15 sed -i 's/\/usr\/local\/etc/\/etc/' config.c
16 make || return 1
18 install -Dm755 $src/foremost $install/usr/bin/foremost
19 install -Dm644 $src/foremost.conf $install/etc/foremost.conf
20 }
22 genpkg_rules() {
23 copy @std
24 }