* DocBook 5 XSL.
svn path=/nixpkgs/trunk/; revision=7814
This commit is contained in:
8
pkgs/data/sgml+xml/stylesheets/xslt/docbook5/builder.sh
Normal file
8
pkgs/data/sgml+xml/stylesheets/xslt/docbook5/builder.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
source $stdenv/setup
|
||||
|
||||
ensureDir $out
|
||||
cd $out
|
||||
unpackFile $src
|
||||
mkdir xml
|
||||
mkdir xml/xsl
|
||||
mv docbook5-xsl-* xml/xsl/docbook
|
||||
10
pkgs/data/sgml+xml/stylesheets/xslt/docbook5/default.nix
Normal file
10
pkgs/data/sgml+xml/stylesheets/xslt/docbook5/default.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "docbook5-xsl-1.72.0";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = http://heanet.dl.sourceforge.net/sourceforge/docbook/docbook5-xsl-1.72.0.tar.bz2;
|
||||
sha256 = "0iy7axmk3nvaqgxg5lh7qx39ad9g3qrgwikrp5w4z7bwlrpijfpx";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user