git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73f0d9e
)
Correct the ctorrent upstream URI.
author
Chris Larson
<clarson@kergoth.com>
Thu, 2 Dec 2004 07:11:06 +0000
(07:11 +0000)
committer
Chris Larson
<clarson@kergoth.com>
Thu, 2 Dec 2004 07:11:06 +0000
(07:11 +0000)
BKrev: 41aec00aPVynOZjL29Wig2ZenZnR2w
ctorrent/ctorrent_1.3.4.oe
patch
|
blob
|
history
diff --git
a/ctorrent/ctorrent_1.3.4.oe
b/ctorrent/ctorrent_1.3.4.oe
index
e69de29
..
cf37061
100644
(file)
--- a/
ctorrent/ctorrent_1.3.4.oe
+++ b/
ctorrent/ctorrent_1.3.4.oe
@@
-0,0
+1,11
@@
+DESCRIPTION = "CTorrent is a console BitTorrent client written in the C \
+programming language."
+DEPENDS = "openssl"
+LICENSE = "unknown"
+SECTION = "net"
+MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/ctorrent/ctorrent-${PV}.tar.bz2"
+S = "${WORKDIR}/ctorrent-${PV}"
+
+inherit autotools