wok-next view libqcow-dev/receipt @ rev 19333
syslinux: adjust custom conf location (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jul 17 09:10:20 2016 +0200 (2016-07-17) |
parents | e9e7c1c5617e |
children |
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="http://libqcow.sourceforge.net/"
10 WANTED="libqcow"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $install/usr/include $fs/usr
17 cp -a $install/usr/lib/*a $fs/usr/lib
18 cp -a $install/usr/lib/pkgconfig $fs/usr
19 }