diff options
author | sibel <sibel@free.fr> | 2010-02-20 16:26:30 +0100 |
---|---|---|
committer | sibel <sibel@free.fr> | 2010-02-20 16:26:30 +0100 |
commit | 61280296299b4641d741537b6d4e8d0279777d53 (patch) | |
tree | aca39ef5e44bd11873e763cccabd33dc2f3e2a56 /extra/mozilla-common/Pkgfile | |
parent | ed4b27b18eea0f8ad1afedc6174fe006b4344b2e (diff) | |
download | nutyx-pakxe-61280296299b4641d741537b6d4e8d0279777d53.tar.gz nutyx-pakxe-61280296299b4641d741537b6d4e8d0279777d53.tar.bz2 nutyx-pakxe-61280296299b4641d741537b6d4e8d0279777d53.tar.xz nutyx-pakxe-61280296299b4641d741537b6d4e8d0279777d53.zip |
Ajout de mozilla-common#1.4-1
Diffstat (limited to 'extra/mozilla-common/Pkgfile')
-rw-r--r-- | extra/mozilla-common/Pkgfile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/extra/mozilla-common/Pkgfile b/extra/mozilla-common/Pkgfile new file mode 100644 index 000000000..4fde276f3 --- /dev/null +++ b/extra/mozilla-common/Pkgfile @@ -0,0 +1,19 @@ +# Description: Common Initialization Profile for Mozilla.org products +# URL: http://www.mozilla.org/ +# Maintainer: NuTyX core team +# Packager: lesibel at free dot fr +# Depends on: + +name=mozilla-common +version=1.4 +release=1 + +install=mozilla-common.install + +source=( mozilla-common.sh mozilla-common.csh) + +build() { + install -m755 -d $PKG/etc/profile.d + install -m755 mozilla-common.{,c}sh $PKG/etc/profile.d/ +} + |