blob: e02e48490297f6c5652c719e4048dffc550b7db6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# -*- Mode: Python -*- vi:si:et:sw=4:sts=4:ts=4:syntax=python
class Recipe(recipe.Recipe):
name = 'libunwind'
version = '1.1'
licenses = [{License.MIT: ['COPYING']}]
stype = SourceType.TARBALL
url = 'savannah://.tar.gz'
tarball_checksum = '9dfe0fcae2a866de9d3942c66995e4b460230446887dbdab302d41a8aee8d09a'
autoreconf = True
files_libs = ['libunwind']
files_devel = ['include/libunwind-*.h',
'include/unwind.h',
'lib/pkgconfig/libunwind-*.pc']
autoreconf = True
|