tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: libtool archives for modules (or plugins) in pkgsrc



Alistair Crooks wrote:
> Can you tell us what needs to be done?

I've never done this kind of project before but I know that we have
similar frameworks in other language, e.g.

lang/ruby/gem.mk
lang/python/egg.mk

My (probably a naive) understanding is that these two targets:

do-build:
	luarocks --local build ${LUA_ROCKS_SPECS}

do-install:
	luarocks --local install ${LUA_ROCKS_SPECS}

has to be defined in rocks.mk and some variables need to be set
to make sure that files get picked from the right directories,
installed to the right directories, etc.

-- 
Alex


Home | Main Index | Thread Index | Old Index