* Add docbook-xml and docbook-xsl packages.

svn path=/nixpkgs/trunk/; revision=223
This commit is contained in:
Eelco Dolstra
2003-07-30 09:54:15 +00:00
parent b543deb16b
commit 3ada6a588d
5 changed files with 42 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
Package(
[ ("name", "docbook-xsl-1.61.3")
, ("build", Relative("docbook-xsl/docbook-xsl-build.sh"))
, ("src", App(IncludeFix("fetchurl/fetchurl.fix"),
[ ("url", "http://belnet.dl.sourceforge.net/sourceforge/docbook/docbook-xsl-1.61.3.tar.gz")
, ("md5", "dc91b494e0afc586482c17e9373c0c56")
]))
, ("stdenv", IncludeFix("stdenv/stdenv.fix"))
]
)