wok annotate util-linux-smartcols/receipt @ rev 22824
graveman: change icon for 'about'
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Feb 06 17:19:39 2020 +0100 (2020-02-06) |
parents | 4f122372e6f6 |
children | accf1450f9ce |
rev | line source |
---|---|
al@19253 | 1 # SliTaz package receipt. |
al@19253 | 2 |
al@19253 | 3 PACKAGE="util-linux-smartcols" |
Hans-G?nter@22091 | 4 VERSION="2.34" |
al@19253 | 5 CATEGORY="system-tools" |
Hans-G?nter@22091 | 6 SHORT_DESC="The smartcols library 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 |
Hans-G?nter@22091 | 11 DEPENDS="glibc-base" |
al@19253 | 12 WANTED="util-linux" |
al@19253 | 13 |
al@19253 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
al@19253 | 15 genpkg_rules() |
al@19253 | 16 { |
al@19253 | 17 cook_copy_files libsmartcols.so* |
al@19253 | 18 } |