wok-next view spidermonkey-dev/receipt @ rev 20177

Up sctp-tools (1.0.17), sg3_utils (1.42), squid (3.5.27), strigi (0.7.8), unixODBC (2.3.4), vcdimager (0.7.24)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Nov 02 09:14:23 2017 +0100 (2017-11-02)
parents 97eae69977e8
children
line source
1 # SliTaz package receipt.
3 PACKAGE="spidermonkey-dev"
4 VERSION="1.8.0-rc1"
5 CATEGORY="development"
6 SHORT_DESC="spidermonkey devel files"
7 MAINTAINER="jozee@slitaz.org"
8 LICENSE="MPL GPL2 LGPL2.1"
9 WANTED="spidermonkey"
10 WEB_SITE="http://libproxy.googlecode.com"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib $fs/usr/include/js
16 cp -a $install/usr/include/js/* $fs/usr/include/js
17 cp -a $install/usr/lib/*.*a $fs/usr/lib/
18 }