wok view libshout-dev/receipt @ rev 24793

updated libgpg-error and libgpg-error-dev (1.37 -> 1.44)
author Hans-G?nter Theisgen
date Mon Mar 21 15:45:38 2022 +0100 (2022-03-21)
parents be1594cae466
children 034e033a52cf
line source
1 # SliTaz package receipt.
3 PACKAGE="libshout-dev"
4 VERSION="2.4.3"
5 CATEGORY="development"
6 SHORT_DESC="libshout development files."
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://icecast.org/"
11 DEPENDS="libshout pkg-config"
12 WANTED="libshout"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 mkdir -p $fs/usr/share
20 cp -a $install/usr/include $fs/usr
21 cp -a $install/usr/lib/*.*a $fs/usr/lib
22 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
23 }