wok view lvm2-dev/receipt @ rev 15295

cdrtools: remove a wrong error trigger
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 27 09:56:20 2013 +0000 (2013-09-27)
parents 851bcdb0f8aa
children 95448c8bd439
line source
1 # SliTaz package receipt.
3 PACKAGE="lvm2-dev"
4 VERSION="2.02.95"
5 CATEGORY="development"
6 SHORT_DESC="Linux Logical Volume Manager development files."
7 MAINTAINER="guillaume.michon@laposte.net"
8 LICENSE="GPL2"
9 WANTED="lvm2"
10 WEB_SITE="http://sourceware.org/lvm2/"
12 DEPENDS="lvm2"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/include $fs/usr
19 }