From 416d8981f3b0b2fdb76a841feeaadd34ae824b8a Mon Sep 17 00:00:00 2001 From: Thierry N Date: Fri, 7 Aug 2009 14:38:02 +0200 Subject: Ajout de xmlto#0.0.21-1 --- base/xmlto/.footprint | 38 ++++++++++++++++++++++++++++++++++++++ base/xmlto/.md5sum | 1 + base/xmlto/Pkgfile | 18 ++++++++++++++++++ base/xmlto/xmlto-0.0.21.tar.bz2 | Bin 0 -> 99554 bytes 4 files changed, 57 insertions(+) create mode 100644 base/xmlto/.footprint create mode 100644 base/xmlto/.md5sum create mode 100644 base/xmlto/Pkgfile create mode 100644 base/xmlto/xmlto-0.0.21.tar.bz2 (limited to 'base/xmlto') diff --git a/base/xmlto/.footprint b/base/xmlto/.footprint new file mode 100644 index 000000000..49a1b025d --- /dev/null +++ b/base/xmlto/.footprint @@ -0,0 +1,38 @@ +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 new file mode 100644 index 000000000..602aff89b --- /dev/null +++ b/base/xmlto/.md5sum @@ -0,0 +1 @@ +cc2039dedc81f1a56b06e5fdac6f7570 xmlto-0.0.21.tar.bz2 diff --git a/base/xmlto/Pkgfile b/base/xmlto/Pkgfile new file mode 100644 index 000000000..59e5cc86c --- /dev/null +++ b/base/xmlto/Pkgfile @@ -0,0 +1,18 @@ +# 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 +} diff --git a/base/xmlto/xmlto-0.0.21.tar.bz2 b/base/xmlto/xmlto-0.0.21.tar.bz2 new file mode 100644 index 000000000..6ac94011e Binary files /dev/null and b/base/xmlto/xmlto-0.0.21.tar.bz2 differ -- cgit v1.2.3-54-g00ecf