wok-next view gptfdisk/receipt @ rev 20715

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