wok diff discount/receipt @ rev 25076

Up marlin (886)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jun 14 08:17:07 2022 +0000 (2022-06-14)
parents ac8ca9758df1
children
line diff
     1.1 --- a/discount/receipt	Sat Jan 15 15:21:40 2022 +0000
     1.2 +++ b/discount/receipt	Tue Jun 14 08:17:07 2022 +0000
     1.3 @@ -1,12 +1,12 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="discount"
     1.7 -VERSION="2.2.6"
     1.8 +VERSION="2.2.7"
     1.9  CATEGORY="utilities"
    1.10  SHORT_DESC="A C implementation of the markdown language."
    1.11  MAINTAINER="necrophcodr@necrophcodr.me"
    1.12  LICENSE="BSD3"
    1.13 -WEB_SITE="http://www.pell.portland.or.us/~orc/Code/markdown/"
    1.14 +WEB_SITE="https://www.pell.portland.or.us/~orc/Code/markdown"
    1.15  
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17  WGET_URL="https://github.com/Orc/$PACKAGE/archive/v$VERSION/$TARBALL"
    1.18 @@ -27,13 +27,13 @@
    1.19  {
    1.20  	./configure.sh --prefix=/usr &&
    1.21  	make -j 1 &&
    1.22 -	make DESTDIR=$DESTDIR install
    1.23 +	make install DESTDIR=$DESTDIR
    1.24 +# Do not remove  -j 1 !
    1.25  }
    1.26  
    1.27  
    1.28  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.29  genpkg_rules()
    1.30  {
    1.31 -	mkdir -p $fs/usr
    1.32 -	cp -a $install/usr/bin	$fs/usr/
    1.33 +	cook_copy_folders	bin
    1.34  }