wok-current annotate util-linux-fdisk-dev/receipt @ rev 25694

Fix cifs-utils, up grub2-efi-x64 stuff for iso EFI
author Stanislas Leduc <shann@slitaz.org>
date Sat Mar 30 18:05:22 2024 +0000 (3 months ago)
parents 03de36849d05
children
rev   line source
al@19253 1 # SliTaz package receipt.
al@19253 2
al@19253 3 PACKAGE="util-linux-fdisk-dev"
Hans-G?nter@25393 4 VERSION="2.38"
al@19253 5 CATEGORY="development"
Hans-G?nter@22091 6 SHORT_DESC="The fdisk utility from Util Linux, development files."
al@19253 7 MAINTAINER="al.bobylev@gmail.com"
al@19253 8 LICENSE="GPL2"
al@19253 9 WEB_SITE="https://en.wikipedia.org/wiki/Util-linux"
Hans-G?nter@22091 10
Hans-G?nter@22091 11 DEPENDS="util-linux-blkid-dev util-linux-fdisk util-linux-uuid-dev"
Hans-G?nter@22091 12 WANTED="util-linux"
Hans-G?nter@22091 13
al@19253 14 HOST_ARCH="i486 arm"
al@19253 15
al@19253 16 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19253 17 genpkg_rules()
al@19253 18 {
shann@25629 19 cook_copy_files libfdisk.h fdisk.pc
al@19253 20 }