wok-current annotate util-linux-fdisk/receipt @ rev 25701

Fix dep for libglamoregl.so (libepoxy), and miss file for amdgpu (thanks alanyih)
author Stanislas Leduc <shann@slitaz.org>
date Fri Apr 19 12:48:51 2024 +0000 (2 months ago)
parents 03de36849d05
children
rev   line source
al@19253 1 # SliTaz package receipt.
al@19253 2
al@19253 3 PACKAGE="util-linux-fdisk"
Hans-G?nter@25393 4 VERSION="2.38"
al@19253 5 CATEGORY="system-tools"
Hans-G?nter@22091 6 SHORT_DESC="The fdisk utility from Util Linux."
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"
al@19253 10
shann@25582 11 DEPENDS="gcc-lib-base glibc-base libtinfo readline util-linux-blkid util-linux-uuid"
al@19253 12 WANTED="util-linux"
al@19253 13
Hans-G?nter@22091 14 HOST_ARCH="i486 arm"
Hans-G?nter@22091 15
al@19253 16 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19253 17 genpkg_rules()
al@19253 18 {
al@19262 19 cook_copy_files fdisk libfdisk.so*
Hans-G?nter@25393 20 rm -r $fs/usr/share
al@19253 21 }
al@19253 22
al@19253 23 post_remove()
al@19253 24 {
al@19253 25 ln -s /bin/busybox "$1/sbin/fdisk"
al@19253 26 }