Thomas Bächler wrote: > Great, that actually works. I am currently trying to do this with the de.xpi > file only. > > _______________________________________________ > arch mailing list > [email protected] > http://www.archlinux.org/mailman/listinfo/arch > > >
Try this.
# Contributor: Adarsh Amirtham <[EMAIL PROTECTED]> pkgname=mozilla-firefox-langpack-de pkgver=1.5.0.3 pkgrel=3 pkgdesc="firefox german localisation" url="http://www.mozilla.org/projects/firefox" license="" depends=(mozilla-firefox) makedepends=() conflicts=() replaces=() backup=() install= source=(http://ftp-mozilla.netscape.com/pub/mozilla.org/firefox/releases/$pkgver/linux-i686/xpi/de.xpi) md5sums=('579ac08bb4af6022171bc0d50646a88f') build() { mkdir -p $startdir/pkg/opt/mozilla/lib/firefox-$pkgver/extensions/[EMAIL PROTECTED] unzip $startdir/src/de.xpi -d $startdir/pkg/opt/mozilla/lib/firefox-$pkgver/extensions/[EMAIL PROTECTED] }
_______________________________________________ arch mailing list [email protected] http://www.archlinux.org/mailman/listinfo/arch
