summaryrefslogtreecommitdiff
path: root/libe-book
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2019-08-18 09:19:50 +0000
committerTim Biermann <tbier@posteo.de>2019-08-18 09:19:50 +0000
commitce6da46068e9c9582c4ed1f23f320dacaa43c14e (patch)
tree81c6e48e3a80bf95a3ab632ed01426dc1e999c8f /libe-book
parent9b871e3eb641f02c1452c64da510842719671b21 (diff)
downloadcontrib-ce6da46068e9c9582c4ed1f23f320dacaa43c14e.tar.gz
contrib-ce6da46068e9c9582c4ed1f23f320dacaa43c14e.tar.xz
libe-book: disable building with docs
Diffstat (limited to 'libe-book')
-rw-r--r--libe-book/.signature4
-rw-r--r--libe-book/Pkgfile7
2 files changed, 6 insertions, 5 deletions
diff --git a/libe-book/.signature b/libe-book/.signature
index 660473076..692aae192 100644
--- a/libe-book/.signature
+++ b/libe-book/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF3wUNrgt+/m8jEO4bjN2qqlg96ke7HRlDEJojc+ShCJ16On/YzWjCoSzcUUe5IkhoeXbzRTxdfl8xB3L16d3NWQ8=
-SHA256 (Pkgfile) = 1c9acf01daa24cb0352ab351e52604022d68b09da1bc76c08f9031b6c0b8e9a1
+RWSagIOpLGJF3yBzDe4f76GDTbXMeaEmixooMo2/IOVYTS0Tv/d+es+W9OluxEjU0j2Sk5LUQtwHRrd8EZIKtKVp8A+yqlTH6QQ=
+SHA256 (Pkgfile) = c3b33fde23b9dc0f1501d83922f1fad8ddaa0a5ecff82b4874fd9b0b8a2b214c
SHA256 (.footprint) = 29095ae079951d22653c41754fbae8ecad3adfbc33ada913cf2f7e610b926c41
SHA256 (libe-book-0.1.3.tar.xz) = 7e8d8ff34f27831aca3bc6f9cc532c2f90d2057c778963b884ff3d1e34dfe1f9
diff --git a/libe-book/Pkgfile b/libe-book/Pkgfile
index c8185b6ef..5b5afecc3 100644
--- a/libe-book/Pkgfile
+++ b/libe-book/Pkgfile
@@ -1,16 +1,17 @@
# Description: Library for import of reflowable e-book formats.
# URL: http://sourceforge.net/projects/libebook/
# Maintainer: Tim Biermann, tbier at posteo dot de
-# Depends on: icu liblangtag librevenge
+# Depends on: liblangtag librevenge icu
name=libe-book
version=0.1.3
-release=1
+release=2
source=(https://sourceforge.net/projects/${name//-/}/files//${name}-${version}/$name-$version.tar.xz)
build() {
cd $name-$version
- ./configure --prefix=/usr
+ ./configure --prefix=/usr \
+ --without-docs
make
make DESTDIR=$PKG install
}

Generated by cgit