wok-6.x annotate util-linux-fdisk/receipt @ rev 19959
slim-theme-control: add compile_rules(); files processing following it.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat May 20 15:38:00 2017 +0300 (2017-05-20) |
parents | 4f122372e6f6 |
children | 268e759bcf02 |
rev | line source |
---|---|
al@19253 | 1 # SliTaz package receipt. |
al@19253 | 2 |
al@19253 | 3 PACKAGE="util-linux-fdisk" |
al@19253 | 4 VERSION="2.28" |
al@19253 | 5 CATEGORY="system-tools" |
al@19253 | 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 HOST_ARCH="i486 arm" |
al@19253 | 11 |
al@19253 | 12 WANTED="util-linux" |
al@19253 | 13 DEPENDS="glibc-base libtinfo readline util-linux-blkid util-linux-uuid" |
al@19253 | 14 |
al@19253 | 15 # Rules to gen a SliTaz package suitable for Tazpkg. |
al@19253 | 16 genpkg_rules() |
al@19253 | 17 { |
al@19262 | 18 cook_copy_files fdisk libfdisk.so* |
al@19262 | 19 rm -r $fs/usr/share |
al@19253 | 20 } |
al@19253 | 21 |
al@19253 | 22 post_remove() |
al@19253 | 23 { |
al@19253 | 24 ln -s /bin/busybox "$1/sbin/fdisk" |
al@19253 | 25 } |