diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-06-26 09:06:24 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-06-26 09:06:24 +0000 |
commit | 4c8c2180d641189cf3c533ad1573b4a98ab1a7cb (patch) | |
tree | c82d25d835aae400918d27b6d76668491be84d26 /packages/sphyrna/sphyrna_svn.bb | |
parent | fc0177440fae7a5562916ee05e4cce2828525b1e (diff) | |
parent | 4a04521a430f94e504fb7cf92759cad06b8fb61d (diff) |
merge of '60f8ab65a31175b75e99193102e2ec70cbdfdef8'
and '6417986ed931c354e68da472aabbf608cb98eb63'
Diffstat (limited to 'packages/sphyrna/sphyrna_svn.bb')
-rw-r--r-- | packages/sphyrna/sphyrna_svn.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/packages/sphyrna/sphyrna_svn.bb b/packages/sphyrna/sphyrna_svn.bb new file mode 100644 index 0000000000..048d001905 --- /dev/null +++ b/packages/sphyrna/sphyrna_svn.bb @@ -0,0 +1,20 @@ +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 sphyrna-python" + +FILES_sphyrna-console = "${bindir}/hhconsole" +FILES_sphyrna-python = "${bindir}/decode.py ${libdir}/python2.4/site-packages/sphyrna/*" + +PACKAGE_ARCH_sphyrna-python = "all" +RDEPENDS_sphyrna-python = "python-core python-re" |