wok-6.x view p7zip/receipt @ rev 14644
Xorg. xorg-libXcursor, xorg-libXfont: reformat receipt; xorg-libXdamage: up 1.1.4; xorg-libfontenc: up 1.1.2.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Jun 03 00:28:35 2013 +0000 (2013-06-03) |
parents | 68b70f8bd2a4 |
children | 51a1ebbda768 |
line source
1 # SliTaz package receipt.
3 PACKAGE="p7zip"
4 VERSION="9.20.1"
5 CATEGORY="utilities"
6 SHORT_DESC="A file archiver with a high compression ratio (supports only 7z archives)"
7 MAINTAINER="milka@konstelacioj.info"
8 TARBALL="${PACKAGE}_${VERSION}_src_all.tar.bz2"
9 WEB_SITE="http://p7zip.sourceforge.net/"
10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
12 # Rules to configure and make the package.
13 compile_rules()
14 {
15 cd $src
16 make 7zr
17 }
19 # Rules to gen a SliTaz package suitable for Tazpkg.
20 genpkg_rules()
21 {
22 mkdir -p $fs/usr
23 cp -a $src/bin $fs/usr
24 }