Skip to content

ghostscript-fonts-std: fix SRCURL #2375

Merged
merged 1 commit into from
Oct 1, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 0 additions & 32 deletions ghostscript-fonts-std-8.11-0.bee

This file was deleted.

33 changes: 33 additions & 0 deletions ghostscript-fonts-std.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
#!/bin/env beesh

# BEE_VERSION ghostscript-fonts-std-8.11-1

#SRCURL[0]="http://downloads.sourceforge.net/gs-fonts/ghostscript-fonts-std-8.11.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/6865682b095f8c4500c54b285ff05ef6/ghostscript-fonts-std-8.11.tar.gz"

BEE_CONFIGURE=none

build_in_sourcedir

#mee_patch() {
# bee_patch
#}

#mee_extract() {
# bee_extract
#}

#mee_build() {
# return 0
#}

mee_install() {
mkdir -p ${D}/usr/share/ghostscript

tar -xovf ${F}/ghostscript-fonts-std-8.11.tar.gz \
-C ${D}/usr/share/ghostscript
}

mee_install_post() {
cd ${D} && rm -v usr/share/ghostscript/fonts/[CRT]*
}