Skip to content

Commit

Permalink
New package: atftp-0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcgruenhage committed Dec 14, 2022
1 parent a45bb4e commit 9457e41
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions srcpkgs/atftp/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Template file for 'atftp'
pkgname=atftp
version=0.8.0
revision=1
build_style=gnu-configure
hostmakedepends="autoconf automake"
makedepends="readline-devel pcre2-devel"
short_desc="Client/server implementation of the TFTP protocol"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
license="GPL-2.0-only"
homepage="https://sourceforge.net/projects/atftp/"
changelog="https://sourceforge.net/p/atftp/code/ci/master/tree/Changelog?format=raw"
distfiles="https://downloads.sf.net/sourceforge/atftp/atftp-${version}.tar.gz"
checksum=df2aa089c7670f9eab40e5598e5d2cb6a582dc5182926ea50b4d690e4e37f316
# Their test bash script thinks the server has died, but it hasn't, which
# results in the check stage hanging forever.
make_check=no
conflicts="tftp-hpa"

pre_configure() {
autoreconf -fi
}

0 comments on commit 9457e41

Please sign in to comment.