Skip to content

Commit

Permalink
Disable html documentation to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
dbermond committed Nov 14, 2022
1 parent a2fe2c4 commit e99eb92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .SRCINFO
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
pkgbase = flite1
pkgdesc = A lighweight speech synthesis engine (version 1.x)
pkgver = 1.4
pkgrel = 3
pkgrel = 4
url = http://www.speech.cs.cmu.edu/flite/
arch = x86_64
license = custom
makedepends = texlive-core
makedepends = texinfo
makedepends = ed
depends = glibc
provides = flite=1.4
Expand Down
7 changes: 3 additions & 4 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

pkgname=flite1
pkgver=1.4
pkgrel=3
pkgrel=4
pkgdesc='A lighweight speech synthesis engine (version 1.x)'
arch=('x86_64')
url='http://www.speech.cs.cmu.edu/flite/'
license=('custom')
depends=('glibc')
makedepends=('texlive-core' 'texinfo' 'ed')
makedepends=('texlive-core' 'ed')
provides=("flite=${pkgver}" 'flite1-patched')
conflicts=('flite' 'flite1-patched')
replaces=('flite1-patched')
Expand Down Expand Up @@ -55,12 +55,11 @@ build() {
--disable-static \
--with-vox='cmu_us_kal16'
make
make -C doc flite.{html,pdf}
make -C doc flite.pdf
}

package() {
make -C "flite-${pkgver}-release" DESTDIR="$pkgdir" install
install -D -m644 "flite-${pkgver}-release/COPYING" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
install -D -m644 "flite-${pkgver}-release/doc/flite.pdf" -t "${pkgdir}/usr/share/doc/${pkgname}"
cp -dr --no-preserve='ownership' "flite-${pkgver}-release/doc/html" "${pkgdir}/usr/share/doc/${pkgname}"
}

0 comments on commit e99eb92

Please sign in to comment.