summaryrefslogtreecommitdiff
path: root/pcr/mx44
diff options
context:
space:
mode:
authorGuest One <theguestone@gmail.com>2013-05-18 21:18:58 +0200
committerGuest One <theguestone@gmail.com>2013-05-18 21:18:58 +0200
commit9d4edd0f4b746a58679e4ac07494aef75d615a76 (patch)
tree46ce7a1150ad64e284ca87dc1dfa228aaa964906 /pcr/mx44
parente6cfd799d9f9764dc899080218759c9146fef278 (diff)
added new package mx44 2-1
Diffstat (limited to 'pcr/mx44')
-rw-r--r--pcr/mx44/PKGBUILD25
1 files changed, 25 insertions, 0 deletions
diff --git a/pcr/mx44/PKGBUILD b/pcr/mx44/PKGBUILD
new file mode 100644
index 000000000..6666a1405
--- /dev/null
+++ b/pcr/mx44/PKGBUILD
@@ -0,0 +1,25 @@
+# Maintainer: Guest One <theguestone at gmail dot com>
+pkgname=mx44
+_pkgname=Mx44
+pkgver=2
+pkgrel=1
+pkgdesc="polyphonic multi-channel MIDI software synthesizer"
+arch=('i686')
+url="http://web.comhem.se/luna/"
+license=('GPL')
+depends=('jack' 'gtk2')
+source=(http://web.comhem.se/luna/$_pkgname.$pkgver.tar.gz)
+md5sums=('8e532c78d79e189fe5b6e2dd10acf0e2')
+
+build() {
+ cd $srcdir/$_pkgname.$pkgver/src
+ make
+}
+
+package() {
+ cd $srcdir/$_pkgname.$pkgver/src
+ install -m755 -d ${pkgdir}/usr/bin
+ make PREFIX=$pkgdir/usr/ install
+}
+
+# vim:set ts=2 sw=2 et: