wok annotate util-linux-eject/receipt @ rev 22876

web-applications: localize wikipedia
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Feb 21 18:28:59 2020 +0100 (2020-02-21)
parents 0f35f8ad5632
children accf1450f9ce
rev   line source
mojo@15714 1 # SliTaz package receipt.
mojo@15714 2
mojo@15714 3 PACKAGE="util-linux-eject"
Hans-G?nter@22091 4 VERSION="2.34"
mojo@15714 5 CATEGORY="base-system"
Hans-G?nter@22091 6 SHORT_DESC="The eject utility from Util Linux."
mojo@15714 7 MAINTAINER="pankso@slitaz.org"
mojo@15714 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="glibc-base util-linux-blkid util-linux-mount util-linux-uuid"
Hans-G?nter@22091 12 WANTED="util-linux"
Hans-G?nter@22091 13
mojo@15714 14 HOST_ARCH="i486 arm"
mojo@15714 15
mojo@15714 16 # Rules to gen a SliTaz package suitable for Tazpkg.
mojo@15714 17 genpkg_rules()
mojo@15714 18 {
al@19262 19 cook_copy_files eject
al@19262 20 rm -r $fs/usr/share
mojo@15714 21 }
mojo@15714 22
mojo@15714 23 post_remove()
mojo@15714 24 {
al@19253 25 ln -s /bin/busybox "$1/usr/bin/eject"
mojo@15714 26 }