wok view p7zip-full/receipt @ rev 1188

libsdl*: typo in pkg name
author Christophe Lincoln <pankso@slitaz.org>
date Mon Aug 04 15:39:46 2008 +0200 (2008-08-04)
parents 9c8c544854ff
children a476c9adf53b
line source
1 # SliTaz package receipt.
3 PACKAGE="p7zip-full"
4 SOURCE="p7zip"
5 VERSION="4.58"
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 #DEPENDS=""
10 TARBALL="${SOURCE}_${VERSION}_src_all.tar.bz2"
11 WEB_SITE="http://p7zip.sourceforge.net/"
12 WGET_URL="$SF_MIRROR/$SOURCE/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 mv "$SOURCE"_"$VERSION" $src
18 cd $src
19 make all3
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr
26 cp -a $src/bin $fs/usr
27 strip -s $fs/usr/bin/*
28 }