summaryrefslogtreecommitdiff
path: root/community/canorus
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/canorus
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/canorus')
-rw-r--r--community/canorus/PKGBUILD35
1 files changed, 0 insertions, 35 deletions
diff --git a/community/canorus/PKGBUILD b/community/canorus/PKGBUILD
deleted file mode 100644
index 9ea89a79a..000000000
--- a/community/canorus/PKGBUILD
+++ /dev/null
@@ -1,35 +0,0 @@
-# $Id: PKGBUILD 85336 2013-03-01 10:28:57Z andrea $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Maintainer: Arch Linux Pro Audio <dev@archaudio.org>
-# Contributor: Coenraad van der Westhuizen <chwesthuizen@gmail.com>
-# Contributor: hm_b <holger (at) music-nerds (dot) net>
-
-pkgname=canorus
-pkgver=0.7.R1002
-pkgrel=5
-pkgdesc="A free music score editor"
-arch=('i686' 'x86_64')
-url="http://www.canorus.org/"
-license=('GPL')
-depends=('qt4' 'alsa-lib' 'python2' 'swig' 'zlib')
-makedepends=('cmake')
-options=('strip')
-source=(http://download.berlios.de/$pkgname/$pkgname\_$pkgver\_source.tar.bz2)
-md5sums=('5575b7c54633056a463177579a390318')
-
-build() {
- cd $srcdir/$pkgname-$pkgver
- source /etc/profile.d/qt4.sh
- export LDFLAGS="-lz -lpthread"
- cmake . -DCMAKE_INSTALL_PREFIX=$pkgdir/usr \
- -DDEFAULT_DATA_DIR="/usr/share/canorus" \
- -DNO_SWIG=ON
-}
-
-package() {
- cd $srcdir/$pkgname-$pkgver
- make install
- install -d $pkgdir/usr/share/{applications,pixmaps}
- cp canorus.desktop $pkgdir/usr/share/applications
- cp $pkgdir/usr/share/{canorus/images/clogosm.png,pixmaps/canorus.png}
-}