wok-next diff gptfdisk/receipt @ rev 20965

Micro-updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Sep 10 09:51:02 2018 +0300 (2018-09-10)
parents e96c2053ccb9
children 1809c27e6cac
line diff
     1.1 --- a/gptfdisk/receipt	Tue Sep 05 03:04:03 2017 +0300
     1.2 +++ b/gptfdisk/receipt	Mon Sep 10 09:51:02 2018 +0300
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="gptfdisk"
     1.7 -VERSION="1.0.3"
     1.8 +VERSION="1.0.4"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="GUID Partition Table (GPT) partitioning tools"
    1.11  MAINTAINER="mojo@slitaz.org"
    1.12 @@ -13,9 +13,7 @@
    1.13  
    1.14  BUILD_DEPENDS="util-linux-uuid-dev ncurses-dev popt-dev"
    1.15  
    1.16 -# Rules to configure and make the package.
    1.17 -compile_rules()
    1.18 -{
    1.19 +compile_rules() {
    1.20  	make || return 1
    1.21  
    1.22  	# put apps to /sbin, where fdisk and friends
    1.23 @@ -26,9 +24,7 @@
    1.24  	cook_pick_docs README NEWS
    1.25  }
    1.26  
    1.27 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.28 -genpkg_rules()
    1.29 -{
    1.30 +genpkg_rules() {
    1.31  	copy @std
    1.32  	DEPENDS="ncurses popt util-linux-uuid"
    1.33  }