Initial OE addition.
[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
9 SRC_URI = "ftp://ftp-dev.cites.uiuc.edu/pub/fget/fget-${PV}.tar.gz"
10
11 inherit autotools 
12
13 do_configure() {
14         oe_runconf
15 }
16
17 do_stage() {
18         oe_libinstall -a -C lib libfget ${STAGING_LIBDIR}
19         install -m 0755 lib/libfget.h ${STAGING_INCDIR}/
20 }
21