wok view gupnp-dev/receipt @ rev 20355

syslinux: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 09 17:09:08 2018 +0200 (2018-06-09)
parents 893447290d82
children
line source
1 # SliTaz package receipt.
3 PACKAGE="gupnp-dev"
4 VERSION="0.20.10"
5 CATEGORY="development"
6 SHORT_DESC="Framework for creating UPnP devices and control points, development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="LGPL2"
9 WEB_SITE="https://wiki.gnome.org/action/show/Projects/GUPnP"
10 WANTED="gupnp"
12 DEPENDS="gupnp 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/lib/*a $fs/usr/lib
19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
20 cp -a $install/usr/include $fs/usr
21 }