mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/lash to 0.6.0~rc2-12
This commit is contained in:
parent
b4d572c763
commit
2353adbd99
1 changed files with 7 additions and 3 deletions
|
@ -9,13 +9,14 @@
|
|||
pkgname=lash
|
||||
pkgver=0.6.0~rc2
|
||||
_relver=0.6.0.594
|
||||
pkgrel=11
|
||||
pkgrel=12
|
||||
pkgdesc="A session management system for JACK and ALSA"
|
||||
arch=('x86_64')
|
||||
url="http://lash.nongnu.org/"
|
||||
license=('GPL2')
|
||||
depends=('gtk2' 'jack' 'python2')
|
||||
#install=$pkgname.install
|
||||
depends=('jack' 'python2')
|
||||
makedepends=('gtk2')
|
||||
optdepends=('gtk2: For lash_panel, lash_save_button and lash_synth')
|
||||
source=("https://download.savannah.gnu.org/releases/lash/${pkgname}-${pkgver}.tar.bz2"
|
||||
"fix-manual-generation.patch"
|
||||
'04_disable_stacktrace.patch')
|
||||
|
@ -41,4 +42,7 @@ build() {
|
|||
package() {
|
||||
cd "${pkgname}-${_relver}"
|
||||
make DESTDIR="${pkgdir}" install
|
||||
# docs
|
||||
install -vDm 644 {AUTHORS,ChangeLog,NEWS,README,TODO} \
|
||||
-t "${pkgdir}/usr/share/doc/${pkgname}/"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue