summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOz Tiram <oz.tiram@gmail.com>2019-03-14 09:18:49 +0100
committerPatrice Clement <monsieurp@gentoo.org>2019-03-18 23:52:03 +0100
commit5eefe914ada10d2178cf2038ac9a54ad392bae63 (patch)
tree3f474a1b53cda59abdc06de26a1bb83251528586 /net-ftp/uftpd/uftpd-2.7.ebuild
parentnet-ftp/uftpd: drop version 2.4. (diff)
downloadgentoo-5eefe914ada10d2178cf2038ac9a54ad392bae63.tar.gz
gentoo-5eefe914ada10d2178cf2038ac9a54ad392bae63.tar.bz2
gentoo-5eefe914ada10d2178cf2038ac9a54ad392bae63.zip
net-ftp/uftpd: version bump to 2.7.
Signed-off-by: Oz N Tiram <oz.tiram@gmail.com> Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'net-ftp/uftpd/uftpd-2.7.ebuild')
-rw-r--r--net-ftp/uftpd/uftpd-2.7.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/net-ftp/uftpd/uftpd-2.7.ebuild b/net-ftp/uftpd/uftpd-2.7.ebuild
new file mode 100644
index 000000000000..1a96f19931f6
--- /dev/null
+++ b/net-ftp/uftpd/uftpd-2.7.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2019 Gentoo Authors
+# 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-1.5
+ >=dev-libs/libuev-2.2"
+
+RDEPEND="
+ ${DEPEND}
+ !net-misc/uftp
+ !net-ftp/atftp"
+
+src_install() {
+ emake DESTDIR="${D}" install doc_DATA=README.md
+}