From 693b5793b8c615601135bc04216a2ca0966087c5 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 29 Apr 2011 22:32:36 +0000 Subject: Fri Apr 29 22:32:36 UTC 2011 --- community/denemo/PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'community/denemo') diff --git a/community/denemo/PKGBUILD b/community/denemo/PKGBUILD index 365ce5ef4..1be1aa213 100644 --- a/community/denemo/PKGBUILD +++ b/community/denemo/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 38446 2011-01-27 15:07:46Z spupykin $ +# $Id: PKGBUILD 45779 2011-04-28 21:38:58Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Philipp Sandhaus # Contributor: Robert Emil Berge # Contributor: Gnud pkgname=denemo -pkgver=0.8.22 +pkgver=0.9.0 pkgrel=1 pkgdesc="A music score editor" arch=('i686' 'x86_64') @@ -14,12 +14,13 @@ license=('GPL') depends=('aubio' 'portaudio' 'lilypond' 'gtk2' 'libxml2' 'guile' 'fftw' 'gtksourceview2' 'librsvg' 'fluidsynth') options=('!libtool') +backup=('etc/denemo/denemo.conf') source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz") -md5sums=('4645ae66d21fc62b362ae554b10c487e') +md5sums=('7679622302e5fec9776501a5e2777888') build() { cd $srcdir/$pkgname-$pkgver - ./configure --prefix=/usr + ./configure --prefix=/usr --sysconfdir=/etc make make DESTDIR=$pkgdir install } -- cgit v1.2.3-54-g00ecf