summaryrefslogtreecommitdiffstats
path: root/extra/ebook-tools/Pkgfile
diff options
context:
space:
mode:
authorfanch <fanchyannmaria at orange dot fr>2010-02-13 20:21:46 +0100
committerfanch <fanchyannmaria at orange dot fr>2010-02-13 20:21:46 +0100
commit70c5aba3306407f6d324ff6ba48907ac9ac5f820 (patch)
tree06db45bb379b6083a6ef0888dfe19eaa3500a017 /extra/ebook-tools/Pkgfile
parentaea876bbfefeda312fce05e91d0cdea58024af30 (diff)
parent758c18b17c044f88e0b1e21ee0f8aa613f9e4fed (diff)
downloadnutyx-extra-70c5aba3306407f6d324ff6ba48907ac9ac5f820.tar.gz
nutyx-extra-70c5aba3306407f6d324ff6ba48907ac9ac5f820.tar.bz2
nutyx-extra-70c5aba3306407f6d324ff6ba48907ac9ac5f820.tar.xz
nutyx-extra-70c5aba3306407f6d324ff6ba48907ac9ac5f820.zip
Merge remote branch 'nutyx-2009/master'
Diffstat (limited to 'extra/ebook-tools/Pkgfile')
-rwxr-xr-xextra/ebook-tools/Pkgfile21
1 files changed, 21 insertions, 0 deletions
diff --git a/extra/ebook-tools/Pkgfile b/extra/ebook-tools/Pkgfile
new file mode 100755
index 000000000..22cf78729
--- /dev/null
+++ b/extra/ebook-tools/Pkgfile
@@ -0,0 +1,21 @@
+# 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
+
+name=ebook-tools
+version=0.1.1
+release=1
+source=(http://downloads.sourceforge.net/sourceforge/$name/$name/$name/$name/$name/$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
+}
+