wok view libnice-dev/receipt @ rev 21805

Up vlc (3.0.6) again
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 15 19:40:09 2019 +0200 (2019-08-15)
parents 8ed62ecac0c7
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libnice-dev"
4 VERSION="0.0.13"
5 CATEGORY="development"
6 SHORT_DESC="Libnice devel files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="LGPL2.1 MPL"
9 WANTED="libnice"
10 WEB_SITE="https://nice.freedesktop.org/"
12 DEPENDS="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/lib/gstreamer-* $fs/usr/lib
21 rm $fs//usr/lib/gstreamer-*/*.so*
22 cp -a $install/usr/include $fs/usr
23 }