Skip to content

ncftp: fix build #2223

Merged
merged 1 commit into from
Sep 2, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
#}