From 3f57a7f93b3e7550cbd73036f6a56654e17d1d5c Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 8 Jan 2012 12:15:45 +0100 Subject: split de git pakxe et NuTyX-extra --- ebook-tools/.footprint.i686 | 12 ++++++++++++ ebook-tools/.footprint.x86_64 | 12 ++++++++++++ ebook-tools/.md5sum.i686 | 1 + ebook-tools/.md5sum.x86_64 | 1 + ebook-tools/Pkgfile | 23 +++++++++++++++++++++++ 5 files changed, 49 insertions(+) create mode 100644 ebook-tools/.footprint.i686 create mode 100644 ebook-tools/.footprint.x86_64 create mode 100644 ebook-tools/.md5sum.i686 create mode 100644 ebook-tools/.md5sum.x86_64 create mode 100755 ebook-tools/Pkgfile (limited to 'ebook-tools') 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 +} + + -- cgit v1.2.3-54-g00ecf