wok annotate util-linux-blkid-dev/receipt @ rev 22023
Remove cat process
| author | Pascal Bellard <pascal.bellard@slitaz.org> |
|---|---|
| date | Sun Oct 20 12:39:13 2019 +0200 (2019-10-20) |
| parents | bbad6c384bed |
| children | 268e759bcf02 |
| rev | line source |
|---|---|
| pankso@12480 | 1 # SliTaz package receipt. |
| pankso@12480 | 2 |
| pankso@12480 | 3 PACKAGE="util-linux-blkid-dev" |
| al@19253 | 4 VERSION="2.28" |
| pankso@12480 | 5 CATEGORY="development" |
| al@19253 | 6 SHORT_DESC="The blkid from Util Linux, development files" |
| pankso@12480 | 7 MAINTAINER="pankso@slitaz.org" |
| al@19253 | 8 LICENSE="LGPL2.1" |
| al@19253 | 9 WEB_SITE="https://en.wikipedia.org/wiki/Util-linux" |
| pankso@12927 | 10 HOST_ARCH="i486 arm" |
| pankso@12480 | 11 |
| al@19253 | 12 WANTED="util-linux" |
| al@19253 | 13 DEPENDS="util-linux-blkid util-linux-uuid-dev" |
| pascal@15598 | 14 |
| pankso@12480 | 15 # Rules to gen a SliTaz package suitable for Tazpkg. |
| pankso@12480 | 16 genpkg_rules() |
| pankso@12480 | 17 { |
| al@19253 | 18 cook_copy_files blkid.h blkid.pc libblkid.*a |
| pankso@12480 | 19 } |