summaryrefslogtreecommitdiff
path: root/community/denemo
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/denemo
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/denemo')
-rw-r--r--community/denemo/PKGBUILD31
1 files changed, 0 insertions, 31 deletions
diff --git a/community/denemo/PKGBUILD b/community/denemo/PKGBUILD
deleted file mode 100644
index f1066366e..000000000
--- a/community/denemo/PKGBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# $Id: PKGBUILD 93805 2013-07-10 13:14:17Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Contributor: Philipp Sandhaus <philipp.sandhaus@gmx.de>
-# Contributor: Robert Emil Berge <filoktetes@linuxophic.org>
-# Contributor: Gnud <ach.gnud@gmail.com>
-
-pkgname=denemo
-pkgver=1.0.4
-pkgrel=1
-pkgdesc="A music score editor"
-arch=('i686' 'x86_64')
-url="http://www.denemo.org"
-license=('GPL')
-depends=('aubio' 'portaudio' 'lilypond' 'gtk3' 'libxml2' 'guile' 'fftw'
- 'librsvg' 'fluidsynth' 'libsmf' 'evince' 'gtksourceview3' 'portmidi')
-makedepends=('intltool')
-options=('!libtool')
-backup=('etc/denemo/denemo.conf')
-source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('1d633ad7741ab12dab865219a20559f0')
-
-build() {
- cd $srcdir/$pkgname-$pkgver
- ./configure --prefix=/usr --sysconfdir=/etc
- make
-}
-
-package() {
- cd $srcdir/$pkgname-$pkgver
- make DESTDIR=$pkgdir install
-}