On 2013/01/04 15:11, Alexandr Shadchin wrote:
> Hi,
> 
> This update package tkdiff to the latest release 4.2.
> Tested on amd64.
> 
> Comments ? OK ?

> -V=           4.1.4
> -DISTNAME=    tkdiff-${V}-unix
> -PKGNAME=     ${DISTNAME:S/-unix//}
> -REVISION =   0
> +V=           4.2
> +DISTNAME=    tkdiff-${V}
...
> +WRKDIST=     ${WRKDIR}/${PKGNAME:S/-${V}/-unix/}

this is more complex than needed; these lines can all be replaced with:

DISTNAME=       tkdiff-4.2
WRKDIST=        ${WRKDIR}/tkdiff-unix

also license marker should be GPLv2+ ("GPLv2 or newer").

Reply via email to