# -*- Mode: Python -*- vi:si:et:sw=4:sts=4:ts=4:syntax=python class Recipe(recipe.Recipe): name = 'libvisual' version = '0.4.0' licenses = [License.LGPLv2_1Plus] autoreconf = True configure_options = ' --enable-static' files_libs = ['libvisual-0.4'] files_devel = ['include/libvisual-0.4', 'lib/pkgconfig/libvisual-0.4.pc']