wok view libqcow-dev/receipt @ rev 19061

Add: Transcends Games. A font with retro-futuristic style.
author Leonardo Laporte <hackdorte@sapo.pt>
date Wed Apr 20 23:17:41 2016 -0300 (2016-04-20)
parents e9e7c1c5617e
children fc9203de5ff2
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 }