[Buildroot] [PATCH] postgresql: new package

Peter Seiderer ps.report at gmx.net
Fri Apr 4 19:18:22 UTC 2014


Hello Jerzy,


> Gesendet: Donnerstag, 03. April 2014 um 23:55 Uhr
> Von: "Jerzy Grzegorek" <jerzy.grzegorek at trzebnica.net>
> An: "Peter Seiderer" <ps.report at gmx.net>, buildroot at busybox.net
> Betreff: Re: [Buildroot] [PATCH] postgresql: new package
>
[...]
> 
> > diff --git a/package/postgresql/postgresql.mk b/package/postgresql/postgresql.mk
> > new file mode 100644
> > index 0000000..fee4aed
> > --- /dev/null
> > +++ b/package/postgresql/postgresql.mk
> > @@ -0,0 +1,54 @@
> > +################################################################################
> > +#
> > +# postgresql
> > +#
> > +################################################################################
> > +
> > +POSTGRESQL_VERSION = 9.3.3
> > +POSTGRESQL_SOURCE = postgresql-$(POSTGRESQL_VERSION).tar.bz2
> > +POSTGRESQL_SITE = http://ftp.postgresql.org/pub/source/v$(POSTGRESQL_VERSION)
> > +POSTGRESQL_LICENSE = PostgreSQL
> > +POSTGRESQ_LICENSE_FILES = COPYRIGHT
> 
> typo
> POSTGRESQL_LICENSE_FILES = COPYRIGHT
> 
> 
> Regards,
> Jerzy
> 

Thank you for the review, will fix this on for the next version...
Regards,
Peter



More information about the buildroot mailing list