firefox: updated to 21.0
This commit is contained in:
parent
90d50468ab
commit
3cf6b23735
1623
firefox/.footprint
1623
firefox/.footprint
File diff suppressed because it is too large
Load Diff
@ -1,2 +1,2 @@
|
||||
e664416da2075f13089fe3e883cadb73 firefox-20.0.source.tar.bz2
|
||||
6e2510e9466b280c367de0e4c05a8840 firefox-21.0.source.tar.bz2
|
||||
d91eb34fc5c0efaac74d3ac266cc94d2 mozconfig
|
||||
|
@ -4,7 +4,7 @@
|
||||
# Depends on: nss, libidl, gtk, python, alsa-lib, yasm, mesa3d
|
||||
|
||||
name=firefox
|
||||
version=20.0
|
||||
version=21.0
|
||||
release=1
|
||||
source=(ftp://ftp.mozilla.org/pub/firefox/releases/$version/source/firefox-$version.source.tar.bz2
|
||||
mozconfig)
|
||||
@ -20,7 +20,6 @@ build() {
|
||||
sed -e "s/#CFLAGS#/$CFLAGS/" $SRC/mozconfig > .mozconfig
|
||||
./configure
|
||||
|
||||
#mozilla sucks: BZ #824381
|
||||
mkdir $SRC/mozilla-release/js/src/.deps
|
||||
|
||||
make
|
||||
@ -40,4 +39,8 @@ build() {
|
||||
|
||||
install -d $PKG/etc/ld.so.conf.d
|
||||
echo "/usr/lib/$name" > $PKG/etc/ld.so.conf.d/$name.conf
|
||||
|
||||
# cleanup
|
||||
find $PKG -name .mkdir.done -delete
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user