wok-next diff gptfdisk/receipt @ rev 20714

netkit-rsh: typo
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun May 27 12:56:13 2018 +0300 (2018-05-27)
parents
children 3460c1bb1b40
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gptfdisk/receipt	Sun May 27 12:56:13 2018 +0300
     1.3 @@ -0,0 +1,34 @@
     1.4 +# SliTaz package receipt v2.
     1.5 +
     1.6 +PACKAGE="gptfdisk"
     1.7 +VERSION="1.0.3"
     1.8 +CATEGORY="system-tools"
     1.9 +SHORT_DESC="GUID Partition Table (GPT) partitioning tools"
    1.10 +MAINTAINER="mojo@slitaz.org"
    1.11 +LICENSE="GPL2"
    1.12 +WEB_SITE="http://www.rodsbooks.com/gdisk/"
    1.13 +
    1.14 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15 +WGET_URL="$SF_MIRROR/gptfdisk/$TARBALL"
    1.16 +
    1.17 +BUILD_DEPENDS="util-linux-uuid-dev ncurses-dev popt-dev"
    1.18 +
    1.19 +# Rules to configure and make the package.
    1.20 +compile_rules()
    1.21 +{
    1.22 +	make || return 1
    1.23 +
    1.24 +	# put apps to /sbin, where fdisk and friends
    1.25 +	mkdir -p $install/sbin
    1.26 +	cp -a gdisk cgdisk sgdisk fixparts $install/sbin
    1.27 +
    1.28 +	cook_pick_manpages *.8
    1.29 +	cook_pick_docs README NEWS
    1.30 +}
    1.31 +
    1.32 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.33 +genpkg_rules()
    1.34 +{
    1.35 +	copy @std
    1.36 +	DEPENDS="ncurses popt util-linux-uuid"
    1.37 +}