# -*- 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']