wok rev 20052

Add gptfdisk
author Richard Dunbar <mojo@slitaz.org>
date Sun Sep 03 19:33:43 2017 -0400 (2017-09-03)
parents 993126b16f4a
children cb2e1ac56ee4
files gptfdisk/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gptfdisk/receipt	Sun Sep 03 19:33:43 2017 -0400
     1.3 @@ -0,0 +1,28 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="gptfdisk"
     1.7 +VERSION="1.0.3"
     1.8 +CATEGORY="system-tools"
     1.9 +SHORT_DESC="GUID Partition Table (GPT) Partitioning tools"
    1.10 +MAINTAINER="mojo@slitaz.org"
    1.11 +LICENSE="GPL2"
    1.12 +WEB_SITE="http://www.rodsbooks.com/gdisk/"
    1.13 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14 +WGET_URL="https://downloads.sourceforge.net/project/$PACKAGE/$PACKAGE/$VERSION/$TARBALL"
    1.15 +
    1.16 +DEPENDS=""
    1.17 +BUILD_DEPENDS="util-linux-uuid-dev ncursesw-dev popt-dev"
    1.18 +
    1.19 +# Rules to configure and make the package.
    1.20 +compile_rules()
    1.21 +{
    1.22 +make
    1.23 +}
    1.24 +
    1.25 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.26 +genpkg_rules()
    1.27 +{
    1.28 +        mkdir -p $fs/usr/bin     
    1.29 +        cp $src/gdisk $src/cgdisk \
    1.30 +        $src/sgdisk $src/fixparts $fs/usr/bin
    1.31 +}