summaryrefslogtreecommitdiff
path: root/pcr/mx44/PKGBUILD
diff options
context:
space:
mode:
authorMárcio Alexandre Silva Delgado <coadde@lavabit.com>2013-05-18 22:09:54 -0300
committerMárcio Alexandre Silva Delgado <coadde@lavabit.com>2013-05-18 22:09:54 -0300
commite70153d29313ea63a68bd0bdfbb616d1fc154b5a (patch)
treed67b5534d0e21a3715ce5d3a801ed8ac486a8f5e /pcr/mx44/PKGBUILD
parentef49bf370d13a1e0b8b0e67bbd209e117529dd73 (diff)
parent53e7ae75266510f874ac225070744a1b7f2f12fc (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'pcr/mx44/PKGBUILD')
-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: