Package Details: midi-beeper 1.3-2

Package Base: midi-beeper
Description: A python program to play MIDI files by beeping
Upstream URL: http://people.ds.cam.ac.uk/ssb22/mwrhome/midi-beeper.html
Category: multimedia
Licenses: GPL
Submitter: KISBread
Maintainer: KISBread
Last Packager: None
Votes: 2
First Submitted: 2013-12-28 09:51
Last Updated: 2013-12-29 11:56

Dependencies (2)

Required by (0)

Sources

Latest Comments

Comment by KISBread

2013-12-29 12:00

Thank you for pointing it out!
I fixed PKGBUILD.

Comment by sekret

2013-12-29 10:47

Here's how you could do it as well.

prepare() {
sed "s,#!/usr/bin/env\ python,#!/usr/bin/env\ python2,g" -i "$srcdir/$pkgname.py"
}
package() {
install -Dm755 "$srcdir/$pkgname.py" "$pkgdir/usr/bin/$pkgname"
}

In my opinion this is better than using this wrapper script!