diff --git a/srcpkgs/ucpp/template b/srcpkgs/ucpp/template index 247c933ffa..7511fbc167 100644 --- a/srcpkgs/ucpp/template +++ b/srcpkgs/ucpp/template @@ -1,19 +1,19 @@ # Template file for 'ucpp' pkgname=ucpp version=1.3.2 -revision=1 +revision=2 wrksrc=${pkgname} build_style=gnu-makefile -nopie=yes -short_desc="Embeddable, quck, light C preprocessor compliant to C99" +short_desc="Embeddable, quick and light C99 compliant C preprocessor" maintainer="Orphaned " -license="BSD" +license="BSD-3-Clause" homepage="https://code.google.com/archive/p/ucpp/" distfiles="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/ucpp/ucpp-${version}.tar.bz2" checksum=ab7ecc5ba2c2617fa14cd0a939c1e87ed789c59767fb39fc9b7d0ebf63a81635 +nopie=yes pre_build() { - sed -i Makefile \ + vsed -i Makefile \ -e "s;^CC = .*;CC = ${CC};" \ -e "s;^FLAGS = .*;FLAGS = ${CFLAGS};" \ -e "s;^#LDFLAGS = -pg;LDFLAGS = ${LDFLAGS};"