diff options
Diffstat (limited to 'recipes/eventlog/eventlog_0.2.5.bb')
-rw-r--r-- | recipes/eventlog/eventlog_0.2.5.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/eventlog/eventlog_0.2.5.bb b/recipes/eventlog/eventlog_0.2.5.bb new file mode 100644 index 0000000000..50d7d70e93 --- /dev/null +++ b/recipes/eventlog/eventlog_0.2.5.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "Replacement syslog API" +LICENSE = "BSD" +PR = "r1" + +SRC_URI = "http://www.balabit.com/downloads/files/eventlog/0.2/${P}.tar.gz" + +inherit autotools pkgconfig + +do_stage () { + autotools_stage_all +} |