wok annotate lvm2-dev/receipt @ rev 20441

Up lvm2 (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 11 13:34:28 2018 +0200 (2018-09-11)
parents 7740cc200934
children 2d4c3cc3ef95
rev   line source
pascal@13545 1 # SliTaz package receipt.
pascal@13545 2
pascal@13545 3 PACKAGE="lvm2-dev"
pascal@20440 4 VERSION="2.02.181"
pascal@13545 5 CATEGORY="development"
pascal@13545 6 SHORT_DESC="Linux Logical Volume Manager development files."
pascal@13545 7 MAINTAINER="guillaume.michon@laposte.net"
pascal@15000 8 LICENSE="GPL2"
pascal@13545 9 WANTED="lvm2"
pascal@13545 10 WEB_SITE="http://sourceware.org/lvm2/"
pascal@13545 11
pascal@20441 12 DEPENDS="lvm2 pkg-config"
pascal@15000 13
pascal@13545 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@13545 15 genpkg_rules()
pascal@13545 16 {
pascal@13545 17 mkdir -p $fs/usr/lib
pascal@15000 18 cp -a $install/usr/include $fs/usr
pascal@13545 19 }