summaryrefslogtreecommitdiff
path: root/packages/sphyrna/sphyrna_svn.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/sphyrna/sphyrna_svn.bb')
-rw-r--r--packages/sphyrna/sphyrna_svn.bb17
1 files changed, 17 insertions, 0 deletions
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"
+