ucpp: fix description, xlint.
Was going to just fix a typo, ended up rephrasing and fixing xlints, including wrong license field.
This commit is contained in:
parent
cd60f45e25
commit
9dd1cb0d38
1 changed files with 5 additions and 5 deletions
|
@ -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 <orphan@voidlinux.org>"
|
||||
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};"
|
||||
|
|
Loading…
Reference in a new issue