Skip to content

Commit

Permalink
ncftp: fix build
Browse files Browse the repository at this point in the history
- fixed SRCURL
- added arch-patch
- force CC=gcc to prevent clang usage which fails to compile
  • Loading branch information
wwwutz committed Sep 2, 2021
1 parent 79790c5 commit ffc2f2f
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions ncftp.be0
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
#!/usr/bin/env beesh

# BEE_VERSION ncftp-3.2.6-0
# BEE_VERSION ncftp-3.2.6-1

# more info: https://ncftp.com

SRCURL[0]="ftp://ftp.ncftp.com/ncftp/ncftp-${PKGVERSION}-src.tar.gz"

# PATCHURL+=()

# "https://github.com/archlinux/svntogit-packages/raw/packages/ncftp/trunk/ncftp-reproducible.patch"

PATCHURL+=("https://beehive.molgen.mpg.de/bf51aa93c785d366e19ccce78820da5a/ncftp-reproducible.patch")

build_in_sourcedir

Expand All @@ -20,9 +23,9 @@ build_in_sourcedir
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}
mee_configure() {
CC=gcc bee_configure
}

#mee_build() {
# bee_build
Expand All @@ -31,7 +34,3 @@ build_in_sourcedir
#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}

0 comments on commit ffc2f2f

Please sign in to comment.