wok-6.x annotate util-linux-fdisk-dev/receipt @ rev 20959
updated gdbm (1.10 -> 1.18.1)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Mar 04 16:00:34 2019 +0100 (2019-03-04) |
parents | |
children | 268e759bcf02 |
rev | line source |
---|---|
al@19253 | 1 # SliTaz package receipt. |
al@19253 | 2 |
al@19253 | 3 PACKAGE="util-linux-fdisk-dev" |
al@19253 | 4 VERSION="2.28" |
al@19253 | 5 CATEGORY="development" |
al@19253 | 6 SHORT_DESC="The fdisk utility from Util Linux, development files" |
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="util-linux-fdisk util-linux-blkid-dev util-linux-uuid-dev" |
al@19253 | 14 |
al@19253 | 15 # Rules to gen a SliTaz package suitable for Tazpkg. |
al@19253 | 16 genpkg_rules() |
al@19253 | 17 { |
al@19253 | 18 cook_copy_files libfdisk.h libfdisk.*a fdisk.pc |
al@19253 | 19 } |