merge of '07a342693675fe2b1daacf0eb62302579d9fade3'
[org.openembedded.dev.git] / packages / fget / fget_1.3.3.bb
blob165167e6dcb2093c558992ab6ca9300912ce5920
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}/