sphyrna: package python scripts
authorPhilipp Zabel <philipp.zabel@gmail.com>
Sun, 24 Jun 2007 14:25:59 +0000 (14:25 +0000)
committerPhilipp Zabel <philipp.zabel@gmail.com>
Sun, 24 Jun 2007 14:25:59 +0000 (14:25 +0000)
packages/sphyrna/sphyrna_svn.bb

index 1180938..048d001 100644 (file)
@@ -11,7 +11,10 @@ S = "${WORKDIR}/${PN}"
 
 inherit autotools
 
-PACKAGES = "sphyrna-console"
+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"