font-spleen: remove noarch, null-op tests.

They don't work.
This commit is contained in:
fosslinux 2020-09-22 16:54:54 +10:00 committed by Piotr Wójcik
parent 45bc66ae34
commit 62a4dcf13b

View file

@ -1,8 +1,7 @@
# Template file for 'font-spleen' # Template file for 'font-spleen'
pkgname=font-spleen pkgname=font-spleen
version=1.8.2 version=1.8.2
revision=1 revision=2
archs=noarch
wrksrc="spleen-${version}" wrksrc="spleen-${version}"
build_style=gnu-makefile build_style=gnu-makefile
make_cmd=bmake make_cmd=bmake
@ -25,6 +24,11 @@ post_build() {
gzip -n9 *.pcf *.psfu gzip -n9 *.pcf *.psfu
} }
do_check() {
# bmake: don't know how to make check. Stop
:
}
do_install() { do_install() {
vmkdir usr/share/kbd/consolefonts vmkdir usr/share/kbd/consolefonts
for f in *.psfu.gz; do for f in *.psfu.gz; do