On Fri, Sep 17, 2010 at 11:06 AM, Gabriel Duarte <[email protected]> wrote: > Hello buddies! > I built a rock from luanotify library (bind from libnotify). I don't know if > it's working well and any advice will be welcome. > I am attaching both files, the .rock and .rockspec to be added to luarocks > repository.
Thanks for the contribution, I uploaded it to the repo with some changes: http://luarocks.org/repositories/rocks/luanotify-0.2-1.rockspec * I had to add source.dir because the directory contained in the tarball (luanotify) isn't the same as the filename sans .tar.gz (luanotify-0.2-1). * description.homepage had a broken URL, so I just added the site directory there * NOTIFY had a typo :) * I updated the build.variables so that they use the paths detected by external_dependencies.NOTIFY (see the use of NOTIFY_INCDIR and NOTIFY_LIBDIR). * I removed the installation of the example script because that would install it to the module path as a module called "example". Also, there's no need to send .src.rock files to the list -- I can generate them when uploading. Once again, thank you! -- Hisham _______________________________________________ Luarocks-developers mailing list [email protected] http://lists.luaforge.net/cgi-bin/mailman/listinfo/luarocks-developers
