Revised rockspec and rock for MIDI are now in the repository. -- Fabio Mascarenhas
On Tue, Oct 5, 2010 at 12:57 PM, Fabio Mascarenhas <[email protected]> wrote: > Answered offlist because I had to send an attachment. > > -- > Fabio Mascarenhas > > > On Tue, Oct 5, 2010 at 3:43 AM, <[email protected]> wrote: >> Greetings. Still quiet round here :-) so I hope this is in >> order... This is the third try of a fairly messy Makefile, >> but here goes: I think that: >> http://www.pjb.com.au/comp/lua/MIDI-4.1-0.rockspec >> might be a valid rockspec pointing to >> http://www.pjb.com.au/comp/lua/MIDI-4.1.tar.gz >> In full: >> >> -------------------------------------------------------- >> package = "MIDI" >> version = "4.1" >> source = { >> url = "http://www.pjb.com.au/comp/lua/MIDI-4.1.tar.gz" >> md5 = "eaf6444ecd03ace96eef731e222d9104" >> } >> description = { >> summary = "Reading, writing and manipulating MIDI data", >> detailed = [[ >> This module offers functions for handling MIDI files, with >> operations such as concatenating, merging an searching through >> scores; and converting to and from MIDI, and the Score and Opus >> structures inspired by Sean Burke's MIDI-Perl CPAN module. >> ]], >> homepage = "http://www.pjb.com.au/comp/lua/MIDI.html", >> license = "MIT/X11" >> } >> dependencies = { >> "lua >= 5.1" >> } >> build = { >> type = "builtin", >> modules = { >> ["MIDI"] = "MIDI.lua" >> }, >> } >> --------------------------------------------------------- >> >> but _please_ let me know of any problems. I'd be delighted if >> this could find its way into luarocks.org/repositories/rocks/ ... >> >> Regards, Peter Billam >> >> http://www.pjb.com.au [email protected] (03) 6278 9410 >> "Was der Meister nicht kann, vermöcht es der Knabe, hätt er >> ihm immer gehorcht?" Siegfried to Mime, from Act 1 Scene 2 >> >> >> _______________________________________________ >> Luarocks-developers mailing list >> [email protected] >> http://lists.luaforge.net/cgi-bin/mailman/listinfo/luarocks-developers >> > _______________________________________________ Luarocks-developers mailing list [email protected] http://lists.luaforge.net/cgi-bin/mailman/listinfo/luarocks-developers
