diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2007-06-22 17:57:01 +0000 |
---|---|---|
committer | Philipp Zabel <philipp.zabel@gmail.com> | 2007-06-22 17:57:01 +0000 |
commit | a14b857a5eb21816991ca6ec50c9520f9bcc61dd (patch) | |
tree | ebd28429723cb45abbbd6370cf1195d2ea9d3c27 /packages | |
parent | bc46c41e7adbb637f0d6ad8218fb613ca7d60573 (diff) |
sphyrna: add svn package. python stuff still pending.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/sphyrna/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/sphyrna/sphyrna_svn.bb | 17 |
2 files changed, 17 insertions, 0 deletions
diff --git a/packages/sphyrna/.mtn2git_empty b/packages/sphyrna/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/sphyrna/.mtn2git_empty diff --git a/packages/sphyrna/sphyrna_svn.bb b/packages/sphyrna/sphyrna_svn.bb new file mode 100644 index 0000000000..11809386f3 --- /dev/null +++ b/packages/sphyrna/sphyrna_svn.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "Sphyrna - Hammerhead Reverse Engineering" +HOMEPAGE = "http://projects.linuxtogo.org/projects/sphyrna" +LICENSE = "GPLv2" +DEPENDS = "readline" +PV = "0.0+svn${SRCDATE}" +PR = "r0" + +SRC_URI = "svn://projects.linuxtogo.org/svn;module=sphyrna" + +S = "${WORKDIR}/${PN}" + +inherit autotools + +PACKAGES = "sphyrna-console" + +FILES_sphyrna-console = "${bindir}/hhconsole" + |