mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
fntsample: use make explicitly
This commit is contained in:
parent
6a72f287f5
commit
abf19141c7
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,7 @@ revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
wrksrc="fntsample-release-${version}"
|
wrksrc="fntsample-release-${version}"
|
||||||
configure_args="-DUNICODE_BLOCKS=../Blocks.txt"
|
configure_args="-DUNICODE_BLOCKS=../Blocks.txt"
|
||||||
|
make_cmd=make
|
||||||
hostmakedepends="gettext pkg-config"
|
hostmakedepends="gettext pkg-config"
|
||||||
makedepends="cairo-devel fontconfig-devel freetype-devel glib-devel pango-devel"
|
makedepends="cairo-devel fontconfig-devel freetype-devel glib-devel pango-devel"
|
||||||
short_desc="PDF and PostScript font samples generator"
|
short_desc="PDF and PostScript font samples generator"
|
||||||
|
@ -21,6 +22,8 @@ checksum="e4e8b50b0a5e984cfdaa32b7d133bd3bf0c62edb14f752f7df1190176023972b
|
||||||
skip_extraction="Blocks.txt
|
skip_extraction="Blocks.txt
|
||||||
terms_of_use.html"
|
terms_of_use.html"
|
||||||
|
|
||||||
|
export CMAKE_GENERATOR="Unix Makefiles"
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
cp "${XBPS_SRCDISTDIR}/fntsample-${version}/Blocks.txt" "${wrksrc}/"
|
cp "${XBPS_SRCDISTDIR}/fntsample-${version}/Blocks.txt" "${wrksrc}/"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue