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

Update BUILD_DEPENDS of slitaz-18n according co CORE_PKGS; ensure thoses are cooked before slitaz-18n
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Dec 10 05:08:01 2011 +0100 (2011-12-10)
parents 8b66866dbe84
children 3d805214d753
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 WANTED="spidermonkey"
9 WEB_SITE="http://libproxy.googlecode.com"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib $fs/usr/include/js
15 cp -a $_pkg/usr/include/js/* $fs/usr/include/js
16 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib/
17 }