summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-12-18 19:29:22 +0100
committertnut <thierryn1 at hispeed dot ch>2009-12-18 19:29:22 +0100
commit89feb777b27521b49c72b850bea0254add584cc0 (patch)
tree5bc9ffc7079059e21e6a5e0c59b75ac59cf0761e /base
parent53a777dac0c869e6e65a3803b434bec1e7588dec (diff)
downloadnutyx-extra-89feb777b27521b49c72b850bea0254add584cc0.tar.gz
nutyx-extra-89feb777b27521b49c72b850bea0254add584cc0.tar.bz2
nutyx-extra-89feb777b27521b49c72b850bea0254add584cc0.tar.xz
nutyx-extra-89feb777b27521b49c72b850bea0254add584cc0.zip
xmlto, déplacé dans extra
Diffstat (limited to 'base')
-rw-r--r--base/xmlto/.footprint38
-rw-r--r--base/xmlto/.md5sum1
-rw-r--r--base/xmlto/Pkgfile18
3 files changed, 0 insertions, 57 deletions
diff --git a/base/xmlto/.footprint b/base/xmlto/.footprint
deleted file mode 100644
index 49a1b025d..000000000
--- a/base/xmlto/.footprint
+++ /dev/null
@@ -1,38 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/bin/
--rwxr-xr-x root/root usr/bin/xmlif
--rwxr-xr-x root/root usr/bin/xmlto
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/man/
-drwxr-xr-x root/root usr/share/man/man1/
--rw-r--r-- root/root usr/share/man/man1/xmlif.1.gz
--rw-r--r-- root/root usr/share/man/man1/xmlto.1.gz
-drwxr-xr-x root/root usr/share/xmlto/
-drwxr-xr-x root/root usr/share/xmlto/format/
-drwxr-xr-x root/root usr/share/xmlto/format/docbook/
--rw-r--r-- root/root usr/share/xmlto/format/docbook/awt
--rw-r--r-- root/root usr/share/xmlto/format/docbook/dvi
--rw-r--r-- root/root usr/share/xmlto/format/docbook/fo
--rw-r--r-- root/root usr/share/xmlto/format/docbook/html
--rw-r--r-- root/root usr/share/xmlto/format/docbook/html-nochunks
--rw-r--r-- root/root usr/share/xmlto/format/docbook/htmlhelp
--rw-r--r-- root/root usr/share/xmlto/format/docbook/javahelp
--rw-r--r-- root/root usr/share/xmlto/format/docbook/man
--rw-r--r-- root/root usr/share/xmlto/format/docbook/mif
--rw-r--r-- root/root usr/share/xmlto/format/docbook/pcl
--rw-r--r-- root/root usr/share/xmlto/format/docbook/pdf
--rw-r--r-- root/root usr/share/xmlto/format/docbook/ps
--rw-r--r-- root/root usr/share/xmlto/format/docbook/svg
--rw-r--r-- root/root usr/share/xmlto/format/docbook/txt
--rw-r--r-- root/root usr/share/xmlto/format/docbook/xhtml
--rw-r--r-- root/root usr/share/xmlto/format/docbook/xhtml-nochunks
-drwxr-xr-x root/root usr/share/xmlto/format/fo/
--rw-r--r-- root/root usr/share/xmlto/format/fo/awt
--rw-r--r-- root/root usr/share/xmlto/format/fo/dvi
--rw-r--r-- root/root usr/share/xmlto/format/fo/mif
--rw-r--r-- root/root usr/share/xmlto/format/fo/pcl
--rw-r--r-- root/root usr/share/xmlto/format/fo/pdf
--rw-r--r-- root/root usr/share/xmlto/format/fo/ps
--rw-r--r-- root/root usr/share/xmlto/format/fo/svg
--rw-r--r-- root/root usr/share/xmlto/format/fo/txt
--rw-r--r-- root/root usr/share/xmlto/xmlto.mak
diff --git a/base/xmlto/.md5sum b/base/xmlto/.md5sum
deleted file mode 100644
index 602aff89b..000000000
--- a/base/xmlto/.md5sum
+++ /dev/null
@@ -1 +0,0 @@
-cc2039dedc81f1a56b06e5fdac6f7570 xmlto-0.0.21.tar.bz2
diff --git a/base/xmlto/Pkgfile b/base/xmlto/Pkgfile
deleted file mode 100644
index 59e5cc86c..000000000
--- a/base/xmlto/Pkgfile
+++ /dev/null
@@ -1,18 +0,0 @@
-# Description: Permet de convertir xml vers de nombreux autres formats
-# URL: http://cyberelk.net/tim/software/xmlto/
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: libxslt, docbook-xsl
-
-name=xmlto
-version=0.0.21
-release=1
-source=(https://fedorahosted.org/releases/x/m/xmlto/$name-$version.tar.bz2)
-
-build() {
-
- cd $name-$version
- ./configure --prefix=/usr
- make
- make DESTDIR=$PKG install
-}