blob: 556656d7c9061f4fb4a753a559221c901939ff8c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# -*- Mode: Python -*- vi:si:et:sw=4:sts=4:ts=4:syntax=python
class Recipe(recipe.Recipe):
name = 'jpeg'
version = '8d'
licenses = [License.JPEG]
files_libs = ['libjpeg']
files_devel = ['include/jpeglib.h', 'include/jerror.h', 'include/jconfig.h',
'include/jmorecfg.h']
|