forked from mirrors/nixpkgs
* Upgraded to Mozilla Firebird 0.7.
svn path=/nixpkgs/trunk/; revision=426
This commit is contained in:
parent
fe9576d846
commit
95bf9df10d
pkgs/firebird
|
@ -4,7 +4,7 @@ envpkgs="$gtk $libIDL"
|
||||||
. $stdenv/setup || exit 1
|
. $stdenv/setup || exit 1
|
||||||
export PATH=$pkgconfig/bin:$perl/bin:$zip/bin:$unzip/bin:$PATH
|
export PATH=$pkgconfig/bin:$perl/bin:$zip/bin:$unzip/bin:$PATH
|
||||||
|
|
||||||
tar xvfj $src || exit 1
|
tar xvfz $src || exit 1
|
||||||
cd mozilla || exit 1
|
cd mozilla || exit 1
|
||||||
|
|
||||||
cat > .mozconfig <<EOF
|
cat > .mozconfig <<EOF
|
||||||
|
@ -23,7 +23,6 @@ ac_add_options --enable-xft
|
||||||
ac_add_options --enable-swg
|
ac_add_options --enable-swg
|
||||||
ac_add_options --enable-strip
|
ac_add_options --enable-strip
|
||||||
ac_add_options --enable-default-toolkit=gtk2
|
ac_add_options --enable-default-toolkit=gtk2
|
||||||
ac_add_options --disable-pedantic
|
|
||||||
EOF
|
EOF
|
||||||
echo "ac_add_options --prefix=$out" >> .mozconfig
|
echo "ac_add_options --prefix=$out" >> .mozconfig
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
Package(
|
Package(
|
||||||
[ ("name", "firebird-0.6.1")
|
[ ("name", "firebird-0.7")
|
||||||
|
|
||||||
, ("build", Relative("firebird/firebird-build.sh"))
|
, ("build", Relative("firebird/firebird-build.sh"))
|
||||||
|
|
||||||
, ("src", App(IncludeFix("fetchurl/fetchurl.fix"),
|
, ("src", App(IncludeFix("fetchurl/fetchurl.fix"),
|
||||||
[ ("url", "http://ftp.mozilla.org/pub/firebird/releases/0.6.1/MozillaFirebird-source-0.6.1.tar.bz2")
|
[ ("url", "ftp://ftp.mozilla.org/pub/mozilla.org/firebird/releases/0.7/MozillaFirebird-source-0.7.tar.gz")
|
||||||
, ("md5", "35191de0d02601f7a190b5065a26de85")
|
, ("md5", "35112566a3dca5bdf363972056afc462")
|
||||||
]))
|
]))
|
||||||
|
|
||||||
, ("stdenv", IncludeFix("stdenv/stdenv.fix"))
|
, ("stdenv", IncludeFix("stdenv/stdenv.fix"))
|
||||||
|
|
Loading…
Reference in a new issue