sphyrna: add svn package. python stuff still pending.
authorPhilipp Zabel <philipp.zabel@gmail.com>
Fri, 22 Jun 2007 17:57:01 +0000 (17:57 +0000)
committerPhilipp Zabel <philipp.zabel@gmail.com>
Fri, 22 Jun 2007 17:57:01 +0000 (17:57 +0000)
packages/sphyrna/.mtn2git_empty [new file with mode: 0644]
packages/sphyrna/sphyrna_svn.bb [new file with mode: 0644]

diff --git a/packages/sphyrna/.mtn2git_empty b/packages/sphyrna/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/sphyrna/sphyrna_svn.bb b/packages/sphyrna/sphyrna_svn.bb
new file mode 100644 (file)
index 0000000..1180938
--- /dev/null
@@ -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"
+