wok view libmms-dev/receipt @ rev 7967

Fix: libwebkit needs -j1 to compile well
author Antoine Bodin <gokhlayeh@slitaz.org>
date Mon Jan 17 17:39:27 2011 +0100 (2011-01-17)
parents fe884d8ff264
children 8f447cf2eee5
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 DEPENDS="libmms"
9 WEB_SITE="http://launchpad.net/libmms"
10 WANTED="libmms"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $_pkg/usr/include $fs/usr
17 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
18 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
19 }