wok-6.x diff sharutils/receipt @ rev 22592
updated cherokee packages (1.2.101 -> 1.2.104)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Jan 07 16:51:34 2020 +0100 (2020-01-07) |
parents | 36158d17fa8a |
children | 71360a13cd94 |
line diff
1.1 --- a/sharutils/receipt Mon Jan 19 12:30:35 2015 +0100 1.2 +++ b/sharutils/receipt Tue Jan 07 16:51:34 2020 +0100 1.3 @@ -1,21 +1,23 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="sharutils" 1.7 -VERSION="4.14" 1.8 +VERSION="4.15.2" 1.9 CATEGORY="utilities" 1.10 -SHORT_DESC="makes 'shar' shell archives out of many files." 1.11 +SHORT_DESC="The GNU shar utilities for packaging and unpackaging shell archives." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="GPL3" 1.14 +WEB_SITE="https://www.gnu.org/software/sharutils/" 1.15 + 1.16 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.17 -WEB_SITE="https://www.gnu.org/software/sharutils/" 1.18 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 1.19 1.20 # Rules to configure and make the package. 1.21 compile_rules() 1.22 { 1.23 - ./configure --prefix=/usr \ 1.24 - --infodir=/usr/share/info \ 1.25 - --mandir=/usr/share/man \ 1.26 + ./configure \ 1.27 + --prefix=/usr \ 1.28 + --infodir=/usr/share/info \ 1.29 + --mandir=/usr/share/man \ 1.30 $CONFIGURE_ARGS && 1.31 make && 1.32 make DESTDIR=$DESTDIR install