summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOz N Tiram <oz.tiram@gmail.com>2018-07-08 12:03:46 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-07-08 21:23:36 +0200
commit8fc8ad062d271d1da45d8b0b22d15366c0579d50 (patch)
treecd268bc8e35cfe6151c700eb9b7a63b732bacdea /net-ftp/uftpd/uftpd-2.6.ebuild
parentdev-ruby/asciidoctor: stable 1.5.7.1 for hppa (diff)
downloadgentoo-8fc8ad062d271d1da45d8b0b22d15366c0579d50.tar.gz
gentoo-8fc8ad062d271d1da45d8b0b22d15366c0579d50.tar.bz2
gentoo-8fc8ad062d271d1da45d8b0b22d15366c0579d50.zip
net-ftp/uftpd: bump version to 2.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/9147
Diffstat (limited to 'net-ftp/uftpd/uftpd-2.6.ebuild')
-rw-r--r--net-ftp/uftpd/uftpd-2.6.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/net-ftp/uftpd/uftpd-2.6.ebuild b/net-ftp/uftpd/uftpd-2.6.ebuild
new file mode 100644
index 000000000000..db164de0144d
--- /dev/null
+++ b/net-ftp/uftpd/uftpd-2.6.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="The no nonsense TFTP/FTP server"
+HOMEPAGE="https://github.com/troglobit/uftpd"
+SRC_URI="https://github.com/troglobit/${PN}/releases/download/v${PV}/${P}.tar.xz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+ dev-libs/libite
+ dev-libs/libuev"
+
+RDEPEND="
+ ${DEPEND}
+ !net-misc/uftp
+ !net-ftp/atftp"
+
+src_install() {
+ emake DESTDIR="${D}" install doc_DATA=README.md
+}