linux-omap 2.6.37: update defconfig to make ds1307 builtin
[openembedded.git] / recipes / fget / fget_1.3.3.bb
blobc9362b349ed29a95077139a78112d859979ca039
1 LICENSE = "BSD"
2 DESCRIPTION = "fget is a commandline tool for mirroring \
3 remote files via FTP. It was designed as an analog to the \
4 GNU wget utility. The fget package includes an FTP client \
5 library, so that others can make use of FTP from within \
6 their own C programs."
7 SECTION = "libs"
8 PRIORITY = "optional"
10 SRC_URI = "ftp://ftp.feep.net/pub/software/fget/fget-${PV}.tar.gz"
12 inherit autotools
14 do_configure() {
15 oe_runconf
18 do_stage() {
19 oe_libinstall -a -C lib libfget ${STAGING_LIBDIR}
20 install -m 0755 lib/libfget.h ${STAGING_INCDIR}/
24 SRC_URI[md5sum] = "a556eef04aeb574ac8ab0dd8c868fcab"
25 SRC_URI[sha256sum] = "ceaa67f19a1c5462f5e739fcd3b53dd42b0173d9deee579c55e5088801559e43"