wok annotate util-linux-smartcols-dev/receipt @ rev 22259
updated xorg-xextproto again (7.2.1 -> 7.3.0)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Nov 12 17:30:16 2019 +0100 (2019-11-12) |
parents | 4f122372e6f6 |
children | accf1450f9ce |
rev | line source |
---|---|
al@19253 | 1 # SliTaz package receipt. |
al@19253 | 2 |
al@19253 | 3 PACKAGE="util-linux-smartcols-dev" |
Hans-G?nter@22091 | 4 VERSION="2.34" |
al@19253 | 5 CATEGORY="development" |
Hans-G?nter@22091 | 6 SHORT_DESC="The smartcols library from Util Linux, development files." |
al@19253 | 7 MAINTAINER="al.bobylev@gmail.com" |
al@19253 | 8 LICENSE="LGPL2.1" |
al@19253 | 9 WEB_SITE="https://en.wikipedia.org/wiki/Util-linux" |
Hans-G?nter@22091 | 10 |
Hans-G?nter@22091 | 11 DEPENDS="util-linux-smartcols" |
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 { |
al@19253 | 19 cook_copy_files libsmartcols.h libsmartcols.*a smartcols.pc |
al@19253 | 20 } |