mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 23:47:21 +08:00
89f5fdf6ea
- added some makedeps - fixed some pkgs - broken pkgs: 7
21 lines
572 B
Bash
21 lines
572 B
Bash
# $Id: PKGBUILD 42379 2009-06-13 13:08:37Z jgc $
|
|
# Maintainer: dale <dale@archlinux.org>
|
|
|
|
pkgname=mozilla-common
|
|
pkgver=1.4
|
|
pkgrel=1
|
|
pkgdesc="Common Initialization Profile for Mozilla.org products"
|
|
arch=(i686 x86_64)
|
|
license=('GPL')
|
|
url="http://www.mozilla.org/"
|
|
install=mozilla-common.install
|
|
source=(mozilla-common.sh
|
|
mozilla-common.csh)
|
|
md5sums=('39451f6fe87d3cb224e140322c55eb27'
|
|
'924887e41bd96db37029f479befe40cf')
|
|
|
|
build() {
|
|
install -m755 -d "${pkgdir}/etc/profile.d"
|
|
install -m755 mozilla-common.{,c}sh "${pkgdir}/etc/profile.d/" || return 1
|
|
}
|