Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
gtklp: update to 1.3.3
- be0ify
- disable NLS
  • Loading branch information
wwwutz committed Nov 1, 2019
1 parent 53e2080 commit 6fbdd9e
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 31 deletions.
31 changes: 0 additions & 31 deletions gtklp-1.2.8-0.bee

This file was deleted.

38 changes: 38 additions & 0 deletions gtklp.be0
@@ -0,0 +1,38 @@
#!/usr/bin/env beesh

# BEE_VERSION gtklp-1.3.3-0

# more info: https://foo.bar.com

SRCURL[0]="https://sourceforge.net/projects/gtklp/files/gtklp/${PKGVERSION}/gtklp-${PKGVERSION}.src.tar.gz/download ${PKGNAME}-${PKGFULLVERSION}.tar.gz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

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

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

mee_configure() {
bee_configure \
-disable-nls
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}

0 comments on commit 6fbdd9e

Please sign in to comment.