wok view libmms-dev/receipt @ rev 20744

updated bird (1.3.6 -> 2.0.3)
author Hans-G?nter Theisgen
date Sun Feb 10 10:13:37 2019 +0100 (2019-02-10)
parents d4cb85d5a82c
children 4054526ad238
line source
1 # SliTaz package receipt.
3 PACKAGE="libmms-dev"
4 VERSION="0.6"
5 CATEGORY="development"
6 SHORT_DESC="LibMMS is a common library for parsing mms and mmsh streams devel files."
7 MAINTAINER="slitaz@kacper.se"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://launchpad.net/libmms"
10 WANTED="libmms"
12 DEPENDS="libmms 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/include $fs/usr
19 cp -a $install/usr/lib/*.*a $fs/usr/lib
20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
21 }