wok view libmms-dev/receipt @ rev 18179

Apache: fix init script
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jul 05 12:26:54 2015 +0200 (2015-07-05)
parents 8f447cf2eee5
children d4cb85d5a82c
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="http://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 }