* Upgraded docbook-xsl.
* Strip gcc's static libraries. svn path=/nixpkgs/trunk/; revision=415
This commit is contained in:
parent
88629b5612
commit
4853310bb8
@ -1,10 +1,10 @@
|
|||||||
Package(
|
Package(
|
||||||
[ ("name", "docbook-xsl-1.61.3")
|
[ ("name", "docbook-xsl-1.62.4")
|
||||||
, ("build", Relative("docbook-xsl/docbook-xsl-build.sh"))
|
, ("build", Relative("docbook-xsl/docbook-xsl-build.sh"))
|
||||||
|
|
||||||
, ("src", App(IncludeFix("fetchurl/fetchurl.fix"),
|
, ("src", App(IncludeFix("fetchurl/fetchurl.fix"),
|
||||||
[ ("url", "http://belnet.dl.sourceforge.net/sourceforge/docbook/docbook-xsl-1.61.3.tar.gz")
|
[ ("url", "http://belnet.dl.sourceforge.net/sourceforge/docbook/docbook-xsl-1.62.4.tar.gz")
|
||||||
, ("md5", "dc91b494e0afc586482c17e9373c0c56")
|
, ("md5", "4f33db39db7fa95b50143ad609d734a0")
|
||||||
]))
|
]))
|
||||||
|
|
||||||
, ("stdenv", IncludeFix("stdenv/stdenv.fix"))
|
, ("stdenv", IncludeFix("stdenv/stdenv.fix"))
|
||||||
|
@ -48,3 +48,5 @@ mv $mf.tmp $mf
|
|||||||
# Build and install.
|
# Build and install.
|
||||||
make bootstrap || exit 1
|
make bootstrap || exit 1
|
||||||
make install || exit 1
|
make install || exit 1
|
||||||
|
|
||||||
|
find $out -name "*.a" -exec strip -S {} \; || exit 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user