wok annotate lvm2-dev/receipt @ rev 20434

Add python-terminado
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Aug 31 19:02:12 2018 +0200 (2018-08-31)
parents 380ffe05937a
children 7740cc200934
rev   line source
pascal@13545 1 # SliTaz package receipt.
pascal@13545 2
pascal@13545 3 PACKAGE="lvm2-dev"
domcox@15402 4 VERSION="2.02.98"
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@15000 12 DEPENDS="lvm2"
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 }