wok annotate spidermonkey-dev/receipt @ rev 15991

Up: prosody (0.9.3)
author Christophe Lincoln <pankso@slitaz.org>
date Sun Mar 02 14:10:27 2014 +0100 (2014-03-02)
parents 97eae69977e8
children 6135577f4d08
rev   line source
jozee@3119 1 # SliTaz package receipt.
jozee@3119 2
jozee@3119 3 PACKAGE="spidermonkey-dev"
claudinei@9177 4 VERSION="1.8.0-rc1"
jozee@3119 5 CATEGORY="development"
jozee@3119 6 SHORT_DESC="spidermonkey devel files"
jozee@3119 7 MAINTAINER="jozee@slitaz.org"
pascal@15582 8 LICENSE="MPL GPL2 LGPL2.1"
jozee@3119 9 WANTED="spidermonkey"
jozee@3119 10 WEB_SITE="http://libproxy.googlecode.com"
jozee@3119 11
jozee@3119 12 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@3119 13 genpkg_rules()
jozee@3119 14 {
jozee@3119 15 mkdir -p $fs/usr/lib $fs/usr/include/js
pascal@15582 16 cp -a $install/usr/include/js/* $fs/usr/include/js
pascal@15582 17 cp -a $install/usr/lib/*.*a $fs/usr/lib/
jozee@3119 18 }