diff options
author | Chris Larson <clarson@kergoth.com> | 2004-01-17 01:42:51 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-01-17 01:42:51 +0000 |
commit | 1853d13f095d45b71ec4d3c2b0247f20f40f8b08 (patch) | |
tree | ec4ca8b69dab4837a7ae2fdb9afe8e2266d537c0 /nonworking | |
parent | fdb992e825cdf9eee71773ef7a425d9106e4f918 (diff) |
Correct source dir in ntop build.
BKrev: 4008931bRcheSt155DMCyTtSLNaENA
Diffstat (limited to 'nonworking')
-rw-r--r-- | nonworking/ntop/ntop_2.2c.oe | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nonworking/ntop/ntop_2.2c.oe b/nonworking/ntop/ntop_2.2c.oe index e69de29bb2..773da57c9c 100644 --- a/nonworking/ntop/ntop_2.2c.oe +++ b/nonworking/ntop/ntop_2.2c.oe @@ -0,0 +1,5 @@ +DEPENDS = virtual/libc +RDEPENDS = libc6 + +SRC_URI = ${SOURCEFORGE_MIRROR}/ntop/ntop-${PV}.tgz +S = ${WORKDIR}/ntop |