wok view lziprecover/receipt @ rev 20674

Update some WEB_SITE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jan 24 18:16:34 2019 +0100 (2019-01-24)
parents 8d7732e4186f
children 9d8df9f05e92
line source
1 # SliTaz package receipt.
3 PACKAGE="lziprecover"
4 VERSION="1.20"
5 CATEGORY="utilities"
6 SHORT_DESC="LZIP files recovery tool"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.nongnu.org/lzip/lziprecover.html"
11 WGET_URL="http://download.savannah.gnu.org/releases/lzip/lziprecover/$TARBALL"
12 HOST_ARCH="i486 arm"
14 DEPENDS="gcc-lib-base"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 mkdir -p $DESTDIR/usr/share/doc
20 cp README $DESTDIR/usr/share/doc
21 ./configure --prefix=/usr $CONFIGURE_ARGS &&
22 make &&
23 make DESTDIR=$DESTDIR install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr
30 cp -a $install/usr/bin $fs/usr
31 }