wok view p7zip-full/receipt @ rev 11473

raptor: raptor-config to rapto-dev
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sat Dec 17 16:26:48 2011 +0100 (2011-12-17)
parents 1667aade4f62
children 51a1ebbda768
line source
1 # SliTaz package receipt.
3 PACKAGE="p7zip-full"
4 SOURCE="p7zip"
5 VERSION="9.20.1"
6 CATEGORY="utilities"
7 SHORT_DESC="A file archiver with a high compression ratio (full version with restricted codecs)"
8 MAINTAINER="milka@konstelacioj.info"
9 TARBALL="${SOURCE}_${VERSION}_src_all.tar.bz2"
10 WEB_SITE="http://p7zip.sourceforge.net/"
11 WGET_URL="$SF_MIRROR/$SOURCE/$TARBALL"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 make all3
18 make DEST_HOME=$DESTDIR/usr install
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr
25 cp -a $_pkg/usr/bin $fs/usr
26 cp -a $_pkg/usr/lib $fs/usr
28 # Fix pathname in 7z scripts
29 sed -i -e "s#.*$_pkg#\"#" $fs/usr/bin/7z \
30 $fs/usr/bin/7za $fs/usr/bin/7zr
31 }