wok-6.x view libqcow-dev/receipt @ rev 21247
Add lpcnet
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Apr 11 17:27:15 2019 +0200 (2019-04-11) |
parents | fc9203de5ff2 |
children | 6ab151d44024 |
line source
1 # SliTaz package receipt.
3 PACKAGE="libqcow-dev"
4 VERSION="20120225"
5 CATEGORY="development"
6 SHORT_DESC="Tools for reading QEMU Copy-On-Write (QCOW) images, development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="LGPL3"
9 WEB_SITE="https://github.com/libyal/libqcow"
10 WANTED="libqcow"
12 DEPENDS="libqcow 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 cp -a $install/usr/lib/*a $fs/usr/lib
20 cp -a $install/usr/lib/pkgconfig $fs/usr
21 }