diff options
Diffstat (limited to 'meta-networking/recipes-support/uftp/uftp_5.0.3.bb')
-rw-r--r-- | meta-networking/recipes-support/uftp/uftp_5.0.3.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/uftp/uftp_5.0.3.bb b/meta-networking/recipes-support/uftp/uftp_5.0.3.bb new file mode 100644 index 000000000..6f0858cc9 --- /dev/null +++ b/meta-networking/recipes-support/uftp/uftp_5.0.3.bb | |||
@@ -0,0 +1,16 @@ | |||
1 | DESCRIPTION = "Encrypted UDP based FTP with multicast" | ||
2 | HOMEPAGE = "https://sourceforge.net/projects/uftp-multicast" | ||
3 | SECTION = "libs/network" | ||
4 | LICENSE = "GPL-3.0-only" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=d32239bcb673463ab874e80d47fae504" | ||
6 | |||
7 | UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/uftp-multicast/files/source-tar/" | ||
8 | |||
9 | SRC_URI = "${SOURCEFORGE_MIRROR}/uftp-multicast/source-tar/uftp-${PV}.tar.gz" | ||
10 | SRC_URI[sha256sum] = "cb8668c19b1f10bc63a16ffa893e205dc3ec86361037d477d8003260ebc40080" | ||
11 | |||
12 | DEPENDS = "openssl" | ||
13 | |||
14 | do_install () { | ||
15 | oe_runmake install DESTDIR=${D} | ||
16 | } | ||