ports/contrib (3.5): libe-book: disable building with docs
commit ce6da46068e9c9582c4ed1f23f320dacaa43c14e Author: Tim Biermann <tbier@posteo.de> Date: Sun Aug 18 09:19:50 2019 +0000 libe-book: disable building with docs diff --git a/libe-book/.signature b/libe-book/.signature index 66047307..692aae19 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 c8185b6e..5b5afecc 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 }
participants (1)
-
crux@crux.nu