# HG changeset patch # User Richard Dunbar # Date 1504481623 14400 # Node ID e0c9c79ef5e7245b9303e238bbeaac83e109290e # Parent 993126b16f4ab72c9cad30caeee75317775bd94e Add gptfdisk diff -r 993126b16f4a -r e0c9c79ef5e7 gptfdisk/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gptfdisk/receipt Sun Sep 03 19:33:43 2017 -0400 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="gptfdisk" +VERSION="1.0.3" +CATEGORY="system-tools" +SHORT_DESC="GUID Partition Table (GPT) Partitioning tools" +MAINTAINER="mojo@slitaz.org" +LICENSE="GPL2" +WEB_SITE="http://www.rodsbooks.com/gdisk/" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WGET_URL="https://downloads.sourceforge.net/project/$PACKAGE/$PACKAGE/$VERSION/$TARBALL" + +DEPENDS="" +BUILD_DEPENDS="util-linux-uuid-dev ncursesw-dev popt-dev" + +# Rules to configure and make the package. +compile_rules() +{ +make +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/bin + cp $src/gdisk $src/cgdisk \ + $src/sgdisk $src/fixparts $fs/usr/bin +}