wok-next annotate gptfdisk/receipt @ rev 19855

Add gptfdisk, spacefm-gtk2; up udevil.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Sep 05 03:04:03 2017 +0300 (2017-09-05)
parents
children 3460c1bb1b40
rev   line source
al@19855 1 # SliTaz package receipt v2.
al@19855 2
al@19855 3 PACKAGE="gptfdisk"
al@19855 4 VERSION="1.0.3"
al@19855 5 CATEGORY="system-tools"
al@19855 6 SHORT_DESC="GUID Partition Table (GPT) partitioning tools"
al@19855 7 MAINTAINER="mojo@slitaz.org"
al@19855 8 LICENSE="GPL2"
al@19855 9 WEB_SITE="http://www.rodsbooks.com/gdisk/"
al@19855 10
al@19855 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@19855 12 WGET_URL="$SF_MIRROR/gptfdisk/$TARBALL"
al@19855 13
al@19855 14 BUILD_DEPENDS="util-linux-uuid-dev ncurses-dev popt-dev"
al@19855 15
al@19855 16 # Rules to configure and make the package.
al@19855 17 compile_rules()
al@19855 18 {
al@19855 19 make || return 1
al@19855 20
al@19855 21 # put apps to /sbin, where fdisk and friends
al@19855 22 mkdir -p $install/sbin
al@19855 23 cp -a gdisk cgdisk sgdisk fixparts $install/sbin
al@19855 24
al@19855 25 cook_pick_manpages *.8
al@19855 26 cook_pick_docs README NEWS
al@19855 27 }
al@19855 28
al@19855 29 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19855 30 genpkg_rules()
al@19855 31 {
al@19855 32 copy @std
al@19855 33 DEPENDS="ncurses popt util-linux-uuid"
al@19855 34 }