Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
ghostscript-fonts-std: fix SRCURL
- fixed SRCURL
- be0ify
- cleanup
  • Loading branch information
wwwutz committed Sep 30, 2021
1 parent 389670f commit cfa1f1b
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 32 deletions.
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
@@ -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]*
}

0 comments on commit cfa1f1b

Please sign in to comment.