diff options
Diffstat (limited to 'fget/fget_1.2.9.oe')
-rw-r--r-- | fget/fget_1.2.9.oe | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/fget/fget_1.2.9.oe b/fget/fget_1.2.9.oe index cce0720056..3fb54150fe 100644 --- a/fget/fget_1.2.9.oe +++ b/fget/fget_1.2.9.oe @@ -1,11 +1,14 @@ -DESCRIPTION = "fget is a commandline tool for mirroring remote files via FTP. It was designed as an analog to the GNU wget \ -utility. The fget package includes an FTP client library, so that others can make use of FTP from within their own C programs. +DESCRIPTION = "fget is a commandline tool for mirroring \ +remote files via FTP. It was designed as an analog to the \ +GNU wget utility. The fget package includes an FTP client \ +library, so that others can make use of FTP from within \ +their own C programs." SECTION = "libs" PRIORITY = "optional" RDEPENDS = "libc6" DEPENDS = "virtual/libc" -SRC_URI = ftp://ftp-dev.cites.uiuc.edu/pub/${PN}/${P}.tar.gz +SRC_URI = "ftp://ftp-dev.cites.uiuc.edu/pub/fget/fget-${PV}.tar.gz" inherit autotools libtool |