wok-6.x view spidermonkey-dev/receipt @ rev 6293

Added squashfs_lzma to kernel config. Added some more options to aufs in kernel. Added all missing modules into packages. Added scsi.patch to fix linux-headers scsi.h file to be compatible with glibc scsi.h. Up: aufs-utils to 20100916.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Sep 16 13:04:44 2010 +0000 (2010-09-16)
parents
children fbea817f94c5
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 _pkg=$WOK/$WANTED/js/_pkg
16 cp -a $_pkg/usr/include/* $fs/usr/include/js
17 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib/
18 }