mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
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'
|
# Template file for 'ucpp'
|
||||||
pkgname=ucpp
|
pkgname=ucpp
|
||||||
version=1.3.2
|
version=1.3.2
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc=${pkgname}
|
wrksrc=${pkgname}
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
nopie=yes
|
short_desc="Embeddable, quick and light C99 compliant C preprocessor"
|
||||||
short_desc="Embeddable, quck, light C preprocessor compliant to C99"
|
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="BSD"
|
license="BSD-3-Clause"
|
||||||
homepage="https://code.google.com/archive/p/ucpp/"
|
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"
|
distfiles="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/ucpp/ucpp-${version}.tar.bz2"
|
||||||
checksum=ab7ecc5ba2c2617fa14cd0a939c1e87ed789c59767fb39fc9b7d0ebf63a81635
|
checksum=ab7ecc5ba2c2617fa14cd0a939c1e87ed789c59767fb39fc9b7d0ebf63a81635
|
||||||
|
nopie=yes
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
sed -i Makefile \
|
vsed -i Makefile \
|
||||||
-e "s;^CC = .*;CC = ${CC};" \
|
-e "s;^CC = .*;CC = ${CC};" \
|
||||||
-e "s;^FLAGS = .*;FLAGS = ${CFLAGS};" \
|
-e "s;^FLAGS = .*;FLAGS = ${CFLAGS};" \
|
||||||
-e "s;^#LDFLAGS = -pg;LDFLAGS = ${LDFLAGS};"
|
-e "s;^#LDFLAGS = -pg;LDFLAGS = ${LDFLAGS};"
|
||||||
|
|
Loading…
Add table
Reference in a new issue