wok-next view gptfdisk/receipt @ rev 21389

updated octave (4.0.0 -> 5.2.0)
author Hans-G?nter Theisgen
date Fri Apr 17 15:23:40 2020 +0100 (2020-04-17)
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 }