wok-next view 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 source
1 # SliTaz package receipt v2.
3 PACKAGE="gptfdisk"
4 VERSION="1.0.4"
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 compile_rules() {
17 make || return 1
19 # put apps to /sbin, where fdisk and friends
20 mkdir -p $install/sbin
21 cp -a gdisk cgdisk sgdisk fixparts $install/sbin
23 cook_pick_manpages *.8
24 cook_pick_docs README NEWS
25 }
27 genpkg_rules() {
28 copy @std
29 DEPENDS="ncurses popt util-linux-uuid"
30 }