wok-current annotate util-linux-column/receipt @ rev 20194

Up autofs (5.1.4), btrfs-progs (4.15), cifs-utils (6.7), davfs2 (1.5.4), dosfstools (4.1), e2fsprogs (1.43.9), f2fs-tools (1.10.0), moosefs (3.0.100), milfs-utils (2.2.7), owfs (3.2p1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 12 13:54:33 2018 +0100 (2018-02-12)
parents 0f35f8ad5632
children 268e759bcf02
rev   line source
al@19253 1 # SliTaz package receipt.
al@19253 2
al@19253 3 PACKAGE="util-linux-column"
al@19253 4 VERSION="2.28"
al@19253 5 CATEGORY="base-system"
al@19253 6 SHORT_DESC="The column 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"
al@19253 14
al@19253 15 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19253 16 genpkg_rules()
al@19253 17 {
pascal@19444 18 cook_copy_files column col colrm colcrt
al@19262 19 rm -r $fs/usr/share
al@19253 20 }