diff options
author | Tim Biermann <tbier@posteo.de> | 2019-08-18 10:11:50 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2019-08-18 10:11:50 +0000 |
commit | a82aa890b505df99b7dfea106106c7cf86e4ef66 (patch) | |
tree | daa611da8d2376e70f494660de26b8aed9bcd9f3 /libepubgen | |
parent | e90b262450758133d58add43e9a7f8b488fd848f (diff) | |
download | contrib-a82aa890b505df99b7dfea106106c7cf86e4ef66.tar.gz contrib-a82aa890b505df99b7dfea106106c7cf86e4ef66.tar.xz |
libepubgen: disable building with docs
Diffstat (limited to 'libepubgen')
-rw-r--r-- | libepubgen/.signature | 4 | ||||
-rw-r--r-- | libepubgen/Pkgfile | 7 |
2 files changed, 6 insertions, 5 deletions
diff --git a/libepubgen/.signature b/libepubgen/.signature index ad8d1e879..8f34448b8 100644 --- a/libepubgen/.signature +++ b/libepubgen/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF33u8Kxvge8rYHqz33nP6DMv1DL06Z6xlx160dH4Hx9YuWDNql8m5WSC/knio7qS1rhTWkzbtvxlfXygEqLttegU= -SHA256 (Pkgfile) = fa4bb2d0c8dc8ea36b2f32e33f64b6735a145d2fa4d9297d642d3b033b235994 +RWSagIOpLGJF31UH21ski2LHHMcJQVmIewNvs9qXvSTYP8nWKi4ySuv0sdoBtFiWPmjjurIG9fUmmNuNhrszunl51WMK0BjmsQU= +SHA256 (Pkgfile) = 065215f4998fac809104c18e98786ebaebcd3902ace9263c3b68e428cc7aa3bf SHA256 (.footprint) = 9da70127537b99095fadd9288bf76791e93a56ee920c0621eb8af2d494981285 SHA256 (libepubgen-0.1.1.tar.xz) = 03e084b994cbeffc8c3dd13303b2cb805f44d8f2c3b79f7690d7e3fc7f6215ad diff --git a/libepubgen/Pkgfile b/libepubgen/Pkgfile index 59904da16..68d472cb7 100644 --- a/libepubgen/Pkgfile +++ b/libepubgen/Pkgfile @@ -1,16 +1,17 @@ # Description: an EPUB generator for librevenge # URL: https://sourceforge.net/projects/libepubgen/ # Maintainer: Tim Biermann, tbier at posteo dot de -# Depends on: librevenge +# Depends on: librevenge libxml2 name=libepubgen version=0.1.1 -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 } |