summaryrefslogtreecommitdiffstats
path: root/ebook-tools
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
committertnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
commit3f57a7f93b3e7550cbd73036f6a56654e17d1d5c (patch)
tree819b14ab0377fe2054fe59866669d904e9e0b4b5 /ebook-tools
parentc9972ec7f32bf9d37388e853fe9bf633e242d05a (diff)
downloadnutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.gz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.bz2
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.xz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.zip
split de git pakxe et NuTyX-extra
Diffstat (limited to 'ebook-tools')
-rw-r--r--ebook-tools/.footprint.i68612
-rw-r--r--ebook-tools/.footprint.x86_6412
-rw-r--r--ebook-tools/.md5sum.i6861
-rw-r--r--ebook-tools/.md5sum.x86_641
-rwxr-xr-xebook-tools/Pkgfile23
5 files changed, 49 insertions, 0 deletions
diff --git a/ebook-tools/.footprint.i686 b/ebook-tools/.footprint.i686
new file mode 100644
index 000000000..ba6d44ca0
--- /dev/null
+++ b/ebook-tools/.footprint.i686
@@ -0,0 +1,12 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/einfo
+-rwxr-xr-x root/root usr/bin/lit2epub
+drwxr-xr-x root/root usr/include/
+-rw-r--r-- root/root usr/include/epub.h
+-rw-r--r-- root/root usr/include/epub_shared.h
+-rw-r--r-- root/root usr/include/epub_version.h
+drwxr-xr-x root/root usr/lib/
+lrwxrwxrwx root/root usr/lib/libepub.so -> libepub.so.0
+lrwxrwxrwx root/root usr/lib/libepub.so.0 -> libepub.so.0.2.1
+-rwxr-xr-x root/root usr/lib/libepub.so.0.2.1
diff --git a/ebook-tools/.footprint.x86_64 b/ebook-tools/.footprint.x86_64
new file mode 100644
index 000000000..ba6d44ca0
--- /dev/null
+++ b/ebook-tools/.footprint.x86_64
@@ -0,0 +1,12 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/einfo
+-rwxr-xr-x root/root usr/bin/lit2epub
+drwxr-xr-x root/root usr/include/
+-rw-r--r-- root/root usr/include/epub.h
+-rw-r--r-- root/root usr/include/epub_shared.h
+-rw-r--r-- root/root usr/include/epub_version.h
+drwxr-xr-x root/root usr/lib/
+lrwxrwxrwx root/root usr/lib/libepub.so -> libepub.so.0
+lrwxrwxrwx root/root usr/lib/libepub.so.0 -> libepub.so.0.2.1
+-rwxr-xr-x root/root usr/lib/libepub.so.0.2.1
diff --git a/ebook-tools/.md5sum.i686 b/ebook-tools/.md5sum.i686
new file mode 100644
index 000000000..5c91a135e
--- /dev/null
+++ b/ebook-tools/.md5sum.i686
@@ -0,0 +1 @@
+cabbd2ef9148a61ca5f6e60ca63e6045 ebook-tools-0.2.1.tar.gz
diff --git a/ebook-tools/.md5sum.x86_64 b/ebook-tools/.md5sum.x86_64
new file mode 100644
index 000000000..5c91a135e
--- /dev/null
+++ b/ebook-tools/.md5sum.x86_64
@@ -0,0 +1 @@
+cabbd2ef9148a61ca5f6e60ca63e6045 ebook-tools-0.2.1.tar.gz
diff --git a/ebook-tools/Pkgfile b/ebook-tools/Pkgfile
new file mode 100755
index 000000000..beef884f5
--- /dev/null
+++ b/ebook-tools/Pkgfile
@@ -0,0 +1,23 @@
+# Description: Outil pour le rendu des documents au format ebook
+# URL: http://sourceforge.net/projects/ebook-tools
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: libxml2, cmake, libzip
+# Run on: libxml2,libzip
+
+name=ebook-tools
+version=0.2.1
+release=1
+source=(http://downloads.sourceforge.net/sourceforge/$name/$name/$name-$version.tar.gz)
+
+build() {
+cd $name-$version
+ mkdir build
+ cd build
+ cmake .. -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+ make DESTDIR=$PKG install
+}
+
+