3fb54150fe4365f16c0deeb8647decee25a453ed
[vuplus_openembedded] / fget / fget_1.2.9.oe
1 DESCRIPTION = "fget is a commandline tool for mirroring \
2 remote files via FTP. It was designed as an analog to the \
3 GNU wget utility. The fget package includes an FTP client \
4 library, so that others can make use of FTP from within \
5 their own C programs."
6 SECTION = "libs"
7 PRIORITY = "optional"
8 RDEPENDS = "libc6"
9 DEPENDS = "virtual/libc"
10
11 SRC_URI = "ftp://ftp-dev.cites.uiuc.edu/pub/fget/fget-${PV}.tar.gz"
12
13 inherit autotools libtool
14
15 do_configure() {
16         oe_runconf
17 }
18
19 do_stage() {
20         install -m 0755 lib/libfget.a ${STAGING_LIBDIR}/
21         install -m 0755 lib/libfget.h ${STAGING_INCDIR}/
22 }
23