wok-next diff discount/receipt @ rev 21721

created recipes for efivar and efibootmgr
author Hans-G?nter Theisgen
date Tue Sep 01 10:09:15 2020 +0100 (2020-09-01)
parents d5aab818505e
children
line diff
     1.1 --- a/discount/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/discount/receipt	Tue Sep 01 10:09:15 2020 +0100
     1.3 @@ -1,25 +1,27 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="discount"
     1.7 -VERSION="2.1.8"
     1.8 +VERSION="2.2.6"
     1.9  CATEGORY="utilities"
    1.10 -SHORT_DESC="C implementation of the markdown spec"
    1.11 -MAINTAINER="devel@slitaz.org"
    1.12 +SHORT_DESC="C implementation of the markdown language"
    1.13 +MAINTAINER="maintainer@slitaz.org"
    1.14  LICENSE="BSD3"
    1.15  WEB_SITE="http://www.pell.portland.or.us/~orc/Code/markdown/"
    1.16  
    1.17  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.18 -WGET_URL="$WEB_SITE/$TARBALL"
    1.19 +WGET_URL="https://github.com/Orc/discount/archive/v$VERSION/$TARBALL"
    1.20  
    1.21  SPLIT="$PACKAGE-dev"
    1.22  
    1.23 -compile_rules() {
    1.24 +compile_rules()
    1.25 +{
    1.26  	./configure.sh --prefix=/usr &&
    1.27 -	make &&
    1.28 +	make -j1 &&
    1.29  	make DESTDIR=$install install
    1.30  }
    1.31  
    1.32 -genpkg_rules() {
    1.33 +genpkg_rules()
    1.34 +{
    1.35  	case $PACKAGE in
    1.36  		discount) copy @std;;
    1.37  		*-dev)    copy @dev;;