On Fri, Dec 10, 2010 at 09:56:47AM +0100, Landry Breuil wrote:
> On Fri, Dec 10, 2010 at 09:36:23AM +0100, LEVAI Daniel wrote:
> > On Thu, Dec 09, 2010 at 20:29:58 +0100, Landry Breuil wrote:
> > > here's a slightly tweaked version:
> > > - remove trailing dot in comment
> > > - dont set do-build empty, use NO_BUILD=yes instead
> > > - much simpler do-install target
> > > - set 'public domain' in licence comment
> > Thanks!
> >
> >
> > > it'd be much better if you could version the distfile on your mirror
> > > though... smth like chroma-enigma-0.20101209.tar.gz ?
> > I've renamed the distfile, and updated the Makefile accordingly.
>
> DISTNAME = chroma-enigma
> PKGNAME = ${DISTNAME}-0.20101210
>
> Sorry.. that should be
> DISTNAME = chroma-enigma-0.20101210
> and no PKGNAME set :)
Oh, and btw, can you make the tarball extract as
chroma-enigma-0.20101210/
instead of just
chroma-enigma/
like most projects do...
landry