Skip to content

Commit

Permalink
Merge pull request #1668 from mariux64/fix-srcurl-ctags
Browse files Browse the repository at this point in the history
ctags: fix SRCURL
  • Loading branch information
wwwutz authored Feb 10, 2020
2 parents 03a60aa + 25eecc5 commit 1042f00
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions ctags-5.8-0.bee → ctags.be0
Original file line number Diff line number Diff line change
@@ -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 1042f00

Please sign in to comment.