wok annotate util-linux-column/receipt @ rev 23696

Up libtcplay (3.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 27 09:29:39 2020 +0000 (2020-04-27)
parents f8a9cafe8cb1
children accf1450f9ce
rev   line source
al@19253 1 # SliTaz package receipt.
al@19253 2
al@19253 3 PACKAGE="util-linux-column"
Hans-G?nter@22091 4 VERSION="2.34"
al@19253 5 CATEGORY="base-system"
Hans-G?nter@22091 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"
Hans-G?nter@22091 10
Hans-G?nter@22091 11 DEPENDS="glibc-base"
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 {
pascal@19444 19 cook_copy_files column col colrm colcrt
al@19262 20 rm -r $fs/usr/share
al@19253 21 }