wok-next annotate sharutils/receipt @ rev 21017

Some maintenance
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 16 16:46:05 2018 +0300 (2018-10-16)
parents 1ff723a6455b
children d5aab818505e
rev   line source
al@20647 1 # SliTaz package receipt v2.
pascal@17528 2
pascal@17528 3 PACKAGE="sharutils"
al@20647 4 VERSION="4.15.2"
pascal@17528 5 CATEGORY="utilities"
al@20647 6 SHORT_DESC="Makes 'shar' shell archives out of many files"
pascal@17528 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@17528 8 LICENSE="GPL3"
al@20647 9 WEB_SITE="https://www.gnu.org/software/sharutils/"
al@21017 10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/sharutils.html"
al@20647 11
pascal@17528 12 TARBALL="$PACKAGE-$VERSION.tar.xz"
pascal@17528 13 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
pascal@17528 14
al@20647 15 BUILD_DEPENDS="gettext"
al@20647 16
al@20647 17 compile_rules() {
al@20647 18 ./configure $CONFIGURE_ARGS &&
pascal@17528 19 make &&
al@20647 20 make install
pascal@17528 21 }
pascal@17528 22
al@20647 23 genpkg_rules() {
al@20647 24 copy @std
pascal@17528 25 }