lilypond-doc: also provide man pages and texinfo doc

This commit is contained in:
newbluemoon 2018-03-19 20:48:36 +01:00 committed by lemmi
parent 6d4ddecc07
commit ac95a5ea71

View file

@ -1,7 +1,7 @@
# Template file for 'lilypond-doc'
pkgname="lilypond-doc"
version="2.19.80"
revision=1
revision=2
_docrev=1
noarch=yes
create_wrksrc=yes
@ -9,12 +9,12 @@ short_desc="Documentation for the lilypond music engraving program"
maintainer="newbluemoon <blaumolch@mailbox.org>"
license="GPL-3"
homepage="http://lilypond.org/"
distfiles="http://lilypond.org/downloads/binaries/documentation/${pkgname/-doc/}-${version}-${_docrev}.documentation.tar.bz2"
distfiles="http://lilypond.org/downloads/binaries/documentation/lilypond-${version}-${_docrev}.documentation.tar.bz2"
checksum=1875a1ca00f5c0de80e52c609e7756c70447c2e18a0726c4ee61fd5c275c9e03
do_install() {
vmkdir usr
rm share/info/lilypond
mv share ${DESTDIR}/usr/
vlicense license/lilypond-doc
vmkdir usr/share
mv share/doc ${DESTDIR}/usr/share/
mv share/omf ${DESTDIR}/usr/share/
}