Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
ctags: fix SRCURL
- be0ify
- fixed SRCURL
  • Loading branch information
wwwutz committed Feb 7, 2020
1 parent 8ea1fc6 commit 25eecc5
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions ctags-5.8-0.bee → ctags.be0
@@ -1,25 +1,28 @@
#!/usr/bin/env beesh

SRCURL[0]="http://prdownloads.sourceforge.net/ctags/ctags-${PKGVERSION}.tar.gz"
# BEE_VERSION ctags-5.8-1

PATCHURL[0]=""
# more info: https://foo.bar.com

# BEE_CONFIGURE=compat
# SRCURL[0]="http://prdownloads.sourceforge.net/ctags/ctags-${PKGVERSION}.tar.gz"
SRCURL[0]="/src/mariux/md5repo/c00f82ecdcc357434731913e5b48630d/ctags-5.8.tar.gz"

# EXCLUDE=""
# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

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

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

#mee_configure() {
# bee_configure
# bee_configure
#}

#mee_build() {
Expand All @@ -31,8 +34,8 @@ mee_install() {
mkdir -p ${D}${BINDIR}
cp ctags ${D}${BINDIR}/ctags
chmod 755 ${D}${BINDIR}/ctags


mkdir -p ${D}${MANDIR}/man1
cp ${S}/ctags.1 ${D}${MANDIR}/man1/ctags.1
chmod 644 ${D}${MANDIR}/man1/ctags.1
Expand Down

0 comments on commit 25eecc5

Please sign in to comment.