wok-stable diff scalpel/receipt @ rev 10855
linux: Add ts_* modules. linux-input-touchscreen had ts_* modules in it. Only adds 4kb to linux packages.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Jun 14 11:41:17 2011 +0000 (2011-06-14) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/scalpel/receipt Tue Jun 14 11:41:17 2011 +0000 1.3 @@ -0,0 +1,25 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="scalpel" 1.7 +VERSION="1.60" 1.8 +CATEGORY="system-tools" 1.9 +SHORT_DESC="Frugal, high performance file carver." 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.12 +WEB_SITE="http://www.digitalforensicssolutions.com/Scalpel" 1.13 +WGET_URL="$WEB_SITE/$TARBALL" 1.14 + 1.15 +# Rules to configure and make the package. 1.16 +compile_rules() 1.17 +{ 1.18 + cd $src && make 1.19 +} 1.20 + 1.21 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.22 +genpkg_rules() 1.23 +{ 1.24 + mkdir -p $fs/usr/bin $fs/etc 1.25 + cp -a $src/scalpel $fs/usr/bin 1.26 + cp -a $src/scalpel.conf $fs/etc 1.27 +} 1.28 +