wok view gupnp-dev/receipt @ rev 18661

python-opengl: cleanup
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 03 18:45:29 2015 +0100 (2015-12-03)
parents
children fc9203de5ff2
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"
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 }