wok-next view scalpel/receipt @ rev 20663

Fix web site for the Shimmer Project themes
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 10 22:58:32 2018 +0300 (2018-05-10)
parents 164fcaca1cd0
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="scalpel"
4 VERSION="1.60"
5 CATEGORY="system-tools"
6 SHORT_DESC="Frugal, high performance file carver"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.digitalforensicssolutions.com/Scalpel"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$WEB_SITE/$TARBALL"
14 compile_rules() {
15 make || return 1
17 install -Dm 755 $src/scalpel $install/usr/bin/scalpel
18 install -Dm 644 $src/scalpel.conf $install/etc/scalpel.conf
19 }
21 genpkg_rules() {
22 copy @std
23 }