wok-current annotate gptfdisk/receipt @ rev 21794
updated firefox-official packages (67.0.3 -> 68.0)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Aug 07 15:28:16 2019 +0100 (2019-08-07) |
parents | d8ea7afd1d1f |
children | c5a485822efe |
rev | line source |
---|---|
mojo@20052 | 1 # SliTaz package receipt. |
mojo@20052 | 2 |
mojo@20052 | 3 PACKAGE="gptfdisk" |
Hans-G?nter@20994 | 4 VERSION="1.0.4" |
mojo@20052 | 5 CATEGORY="system-tools" |
Hans-G?nter@20994 | 6 SHORT_DESC="GUID Partition Table (GPT) Partitioning tools." |
mojo@20052 | 7 MAINTAINER="mojo@slitaz.org" |
mojo@20052 | 8 LICENSE="GPL2" |
Hans-G?nter@20994 | 9 WEB_SITE="https://www.rodsbooks.com/gdisk/" |
Hans-G?nter@20994 | 10 |
mojo@20052 | 11 TARBALL="$PACKAGE-$VERSION.tar.gz" |
Hans-G?nter@20994 | 12 WGET_URL="$SF_MIRROR/$PACKAGE/$VERSION/$TARBALL" |
mojo@20052 | 13 |
pascal@20053 | 14 DEPENDS="gcc-lib-base util-linux-uuid ncursesw popt" |
mojo@20052 | 15 BUILD_DEPENDS="util-linux-uuid-dev ncursesw-dev popt-dev" |
mojo@20052 | 16 |
mojo@20052 | 17 # Rules to configure and make the package. |
mojo@20052 | 18 compile_rules() |
mojo@20052 | 19 { |
pascal@20053 | 20 make |
mojo@20052 | 21 } |
mojo@20052 | 22 |
mojo@20052 | 23 # Rules to gen a SliTaz package suitable for Tazpkg. |
mojo@20052 | 24 genpkg_rules() |
mojo@20052 | 25 { |
mojo@20054 | 26 mkdir -p $fs/usr/bin $fs/usr/share/man $fs/usr/share/doc |
mojo@20054 | 27 cp $src/*.8 $fs/usr/share/man |
Hans-G?nter@20994 | 28 cp $src/README $fs/usr/share/doc |
Hans-G?nter@20994 | 29 cp $src/NEWS $fs/usr/share/doc |
Hans-G?nter@20994 | 30 cp $src/cgdisk $fs/usr/bin |
Hans-G?nter@20994 | 31 cp $src/gdisk $fs/usr/bin |
Hans-G?nter@20994 | 32 cp $src/sgdisk $fs/usr/bin |
Hans-G?nter@20994 | 33 cp $src/fixparts $fs/usr/bin |
mojo@20052 | 34 } |