wok-stable rev 2974

Add: firefox-dev (somehow missing; needed for browser plugins)
author Rohit Joshi <jozee@slitaz.org>
date Sun May 10 14:20:42 2009 +0000 (2009-05-10)
parents 35f9b82e7363
children 0461b4374281
files firefox-dev/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/firefox-dev/receipt	Sun May 10 14:20:42 2009 +0000
     1.3 @@ -0,0 +1,22 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="firefox-dev"
     1.7 +VERSION="3.0.10"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="firefox devel files"
    1.10 +MAINTAINER="pankso@slitaz.org"
    1.11 +WANTED="firefox"
    1.12 +WEB_SITE="http://www.mozilla.org/"
    1.13 +
    1.14 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.15 +genpkg_rules()
    1.16 +{
    1.17 +	mkdir -p $fs/usr/lib 
    1.18 +	cp -a $_pkg/usr/lib/$PACKAGE-devel-$VERSION $fs/usr/lib
    1.19 +	cp -a $_pkg/usr/include $fs/usr
    1.20 +	
    1.21 +	# for some reason /usr/share/idl folder is missing in firefox
    1.22 +	# so copying it in firefox-dev
    1.23 +	cp -a $_pkg/usr/share $fs/usr
    1.24 +}
    1.25 +