Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New package: atftp-0.8.0 #39250

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
20 changes: 20 additions & 0 deletions srcpkgs/atftp/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Template file for 'atftp'
pkgname=atftp
version=0.8.0
revision=1
build_style=gnu-configure
hostmakedepends="autoconf automake"
makedepends="readline-devel pcre2-devel"
checkdepends="procps-ng"
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
conflicts="tftp-hpa"

pre_configure() {
autoreconf -fi
}