Carlo,
Does the attatched patch look ok to you?
- add maintainer email address
- pkgrel bump
The change of permission of curl-config (see below) will make the contents
of new package differ.
- add zlib-dev and openssl-dev as make depends.
The configure script will detect if openssl headers (installed from
openssl-dev) are available. If they are not, the package will not build with
ssl support. Generally, if libs are in depends the corresonding -dev package
is needed in makedepend.
- Use $srcdir rather than $startdir/src
- Style fix. Don't make lines longer than 80 chars for readability.
- use DESTDIR for make install
- fix permissions for curl-configure script
for some strange reason the "make install" does not make the script
executable.
--
Natanael Copa
Hi Natanael,
Looks ok. One thing, will it be possible to hide/mask email address in cgit
to prevent spam?
Carlo
On Sun, Dec 7, 2008 at 8:44 PM, Natanael Copa <natanael.copa@gmail.com>wrote:
> Carlo,>> Does the attatched patch look ok to you?>> - add maintainer email address>> - pkgrel bump> The change of permission of curl-config (see below) will make the> contents of new package differ.>> - add zlib-dev and openssl-dev as make depends.> The configure script will detect if openssl headers (installed from> openssl-dev) are available. If they are not, the package will not build with> ssl support. Generally, if libs are in depends the corresonding -dev package> is needed in makedepend.>> - Use $srcdir rather than $startdir/src>> - Style fix. Don't make lines longer than 80 chars for readability.>> - use DESTDIR for make install>> - fix permissions for curl-configure script> for some strange reason the "make install" does not make the script> executable.>> --> Natanael Copa>
Sure. Anything better then my real address.
On Mon, Dec 8, 2008 at 4:27 PM, Natanael Copa <natanael.copa@gmail.com>wrote:
> On Sun, 2008-12-07 at 22:11 +0100, Carlo Landmeter wrote:> > Hi Natanael,> >> > Looks ok. One thing, will it be possible to hide/mask email address in> > cgit to prevent spam?>> would <clandmeter at gmail.com> be ok?>> -nc>>