updated on Mon Jan 16 00:01:41 UTC 2012
[aur-mirror.git] / lilypond-docs / PKGBUILD
blobefd33f1b535fc1f61a8cfa30803399b843b7ac6e
1 # Maintainer: Thomas Weißschuh <thomas_weissschuh || lavabit || com>
3 pkgname=lilypond-docs
4 pkgver=2.14.2
5 pkgrel=1
6 pkgdesc="Offline documentation for lilypond"
7 arch=(any)
8 url="http://lilypond.org"
9 depends=("lilypond=${pkgver}")
10 license=("GPL")
11 options=("!strip")
12 source=(" http://lilypond.org/download/binaries/documentation/lilypond-${pkgver}-1.documentation.tar.bz2")
13 sha1sums=('da2e66a604c06ff55e66e11ec8812c2c32b4cf6f')
15 package(){
16   mkdir -p ${pkgdir}/usr/share
17   cp -R ${srcdir}/share/doc/ ${srcdir}/share/omf/ ${pkgdir}/usr/share/
19 # vim: sw=2:ts=2 et: