mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
fntsample: don't move distfile
This commit is contained in:
parent
35cac24b71
commit
6444245fca
1 changed files with 2 additions and 2 deletions
|
@ -3,6 +3,7 @@ pkgname=fntsample
|
||||||
version=5.3
|
version=5.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
|
wrksrc="fntsample-release-${version}"
|
||||||
configure_args="-DUNICODE_BLOCKS=../Blocks.txt"
|
configure_args="-DUNICODE_BLOCKS=../Blocks.txt"
|
||||||
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"
|
||||||
|
@ -21,8 +22,7 @@ skip_extraction="Blocks.txt
|
||||||
terms_of_use.html"
|
terms_of_use.html"
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
mv "${XBPS_BUILDDIR}/fntsample-release-${version}" "${wrksrc}"
|
cp "${XBPS_SRCDISTDIR}/fntsample-${version}/Blocks.txt" "${wrksrc}/"
|
||||||
mv "${XBPS_SRCDISTDIR}/fntsample-${version}/Blocks.txt" "${wrksrc}/"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue