wok view lvm2-dev/receipt @ rev 22261

libdvdread-dev: install dvdread.pc in pkgconfig directory
author Richard Dunbar <mojo@slitaz.org>
date Tue Nov 12 23:58:25 2019 -0500 (2019-11-12)
parents 406a87d6dbd2
children 1aa68395bb51
line source
1 # SliTaz package receipt.
3 PACKAGE="lvm2-dev"
4 VERSION="2.02.183"
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 pkg-config"
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 }