blob: 4dd11abc45a2bd528521cec96d786debf203e9a1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# -*- Mode: Python -*- vi:si:et:sw=4:sts=4:ts=4:syntax=python
class Recipe(recipe.Recipe):
name = 'orc'
version = '0.4.16'
license = 'BSD-like'
files_libs = ['liborc']
files_bins = ['orcc']
files_devel = ['include/orc-0.4', 'lib/pkgconfig/orc-0.4.pc',
'bin/orc-bugreport%(bext)s']
|