blob: 8f7e74349e69dc470799d82cd61232d55f6e6e03 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# -*- Mode: Python -*- vi:si:et:sw=4:sts=4:ts=4:syntax=python
class Recipe(recipe.Recipe):
name = 'gperf'
version = '3.0.4'
licenses = [License.GPLv2Plus]
stype = SourceType.TARBALL
url = 'gnu://.tar.gz'
tarball_checksum = '767112a204407e62dbc3106647cf839ed544f3cf5d0f0523aaa2508623aad63e'
patches = ['gperf-0001-Don-t-override-environment-AR.patch',
'gperf-0001-workaround-implcit-function-declaration-warnings.patch']
files_bins = ['gperf']
|