summaryrefslogtreecommitdiff
path: root/recipes/openjpeg.recipe
blob: 7a27d5bd6084a9d55ffdd2679b2c8ea34574d06f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
class Recipe(recipe.Recipe):
    version = '1.5.2'
    name = 'openjpeg'
    licenses = [License.BSD]
    stype = SourceType.TARBALL
    configure_options = ' --enable-static'
    config_sh = 'autoreconf --install --force && ./configure'
    url = 'http://downloads.sourceforge.net/project/openjpeg.mirror/1.5.2/openjpeg-1.5.2.tar.gz'

    files_libs = ['libopenjpeg']
    files_bins = ['image_to_j2k', 'j2k_dump', 'j2k_to_image']
    files_devel = ['include/openjpeg-1.5/openjpeg.h', 'lib/pkgconfig/libopenjpeg1.pc', 'lib/pkgconfig/libopenjpeg.pc']