forked from ports/contrib
libe-book: disable building with docs
This commit is contained in:
parent
9b871e3eb6
commit
ce6da46068
@ -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
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user