wok view spidermonkey-dev/receipt @ rev 8793
Fix compile_rules() for gcc3
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Tue Feb 22 23:45:30 2011 +0100 (2011-02-22) |
parents | 0b54a70ec4b1 |
children | e1df651a683c |
line source
1 # SliTaz package receipt.
3 PACKAGE="spidermonkey-dev"
4 VERSION="1.7.0"
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/* $fs/usr/include/js
16 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib/
17 }