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 Sep 12, 2022
1 parent f4a3ffe commit 0cfed15
Showing 1 changed file with 20 additions and 0 deletions.
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"
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
# Doesn't work, haven't looked
make_check=no

pre_configure() {
autoreconf -fi
}

0 comments on commit 0cfed15

Please sign in to comment.