Skip to content

Commit

Permalink
gbdfed: Add version 1.6
Browse files Browse the repository at this point in the history
gbdfed lets you interactively create new bitmap font files or
modify existing ones.

homepage:

   https://www.math.nmsu.edu/~mleisher/Software/gbdfed/
thomas committed Oct 11, 2017
1 parent 1f65f08 commit 35b1352
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions gbdfed.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
#!/usr/bin/env beesh

# BEE_VERSION gbdfed-1.6-0

SRCURL[0]="https://www.math.nmsu.edu/~mleisher/Software/gbdfed/gbdfed-${PKGVERSION}.tar.gz"

PATCHURL[0]=""

# BEE_CONFIGURE=compat

# BEE_BUILDTYPE=

# EXCLUDE=()

build_in_sourcedir


#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

# DISABLE_DEPRECATED fails with GTK+ >= 2.22
mee_configure_pre() {
sed -i -e 's/-DG[A-Z_]*_DISABLE_DEPRECATED//g' ${S}/Makefile.in
}

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build prefix=${PREFIX} libdir=${LIBDIR}
#}

#mee_install() {
# bee_install prefix=${D}/${PREFIX} libdir=${D}/${LIBDIR}
#}

0 comments on commit 35b1352

Please sign in to comment.