wok view web-applications/receipt @ rev 16319

ARM: add mpfr + mpc-library (to cook native ARM gcc) and try to fix glib (gtk crashe are from libgobject-2.0.so.0)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 09 20:51:15 2014 +0200 (2014-04-09)
parents 2a21689b0af7
children 5b9d478fa271
line source
1 # SliTaz package receipt.
3 PACKAGE="web-applications"
4 VERSION="1.5"
5 CATEGORY="network"
6 SHORT_DESC="Set of desktop files for Web applications."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://www.slitaz.org/"
10 HOST_ARCH="any"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/share
16 cp -a stuff/* $fs/usr/share
17 }