diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
commit | f249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch) | |
tree | 93735f3e25beab7ac8bf066c504df17b244db4eb /fget | |
parent | 11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff) |
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'fget')
-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 |