Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
gnu-gs-fonts-other: fix SRCURL
- fixed SRCURL
  • Loading branch information
wwwutz committed Sep 8, 2021
1 parent fa245d5 commit fef5964
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 30 deletions.
30 changes: 0 additions & 30 deletions gnu-gs-fonts-other-6.0-0.bee

This file was deleted.

28 changes: 28 additions & 0 deletions gnu-gs-fonts-other.be0
@@ -0,0 +1,28 @@
#!/bin/env beesh

# BEE_VERSION gnu-gs-fonts-other-6.0-1

# SRCURL[0]="http://downloads.sourceforge.net/gs-fonts/gnu-gs-fonts-other-6.0.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/33457d3f37de7ef03d2eea05a9e6aa4f/gnu-gs-fonts-other-6.0.tar.gz"

build_in_sourcedir

#mee_patch() {
# bee_patch
#}

mee_extract() {
mkdir -p ${S}
}

mee_build() {
return 0
}

mee_install() {

mkdir -p ${D}/usr/share/ghostscript

tar -xovf ${F}/gnu-gs-fonts-other-6.0.tar.gz \
-C ${D}/usr/share/ghostscript
}

0 comments on commit fef5964

Please sign in to comment.