wok-next diff gujin/receipt @ rev 21678

updated getmail (4.41.0 -> 5.14)
author Hans-G?nter Theisgen
date Mon Jun 29 13:44:08 2020 +0100 (2020-06-29)
parents d5aab818505e
children
line diff
     1.1 --- a/gujin/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/gujin/receipt	Mon Jun 29 13:44:08 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="gujin"
     1.7 -VERSION="2.8.6"
     1.8 +VERSION="2.8.7"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="Graphical real-mode bootloader"
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -11,11 +11,13 @@
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.15  
    1.16 -compile_rules() {
    1.17 +compile_rules()
    1.18 +{
    1.19  	make &&
    1.20  	make DESTDIR=$install install
    1.21  }
    1.22  
    1.23 -genpkg_rules() {
    1.24 +genpkg_rules()
    1.25 +{
    1.26  	copy @std
    1.27  }