clipper: fix pkg-config file
This commit is contained in:
parent
a8b171f70a
commit
6689741a69
1 changed files with 2 additions and 1 deletions
|
@ -1,10 +1,11 @@
|
||||||
# Template file for 'clipper'
|
# Template file for 'clipper'
|
||||||
pkgname=clipper
|
pkgname=clipper
|
||||||
version=6.4.2
|
version=6.4.2
|
||||||
revision=2
|
revision=3
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
build_wrksrc=cpp
|
build_wrksrc=cpp
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
|
configure_args="-DVERSION=${version}"
|
||||||
hostmakedepends="unzip"
|
hostmakedepends="unzip"
|
||||||
short_desc="Library for clipping and offsetting lines and polygons"
|
short_desc="Library for clipping and offsetting lines and polygons"
|
||||||
maintainer="John <me@johnnynator.dev>"
|
maintainer="John <me@johnnynator.dev>"
|
||||||
|
|
Loading…
Reference in a new issue