from gub import target class Pixman (target.AutoBuild): source = 'https://src.fedoraproject.org/repo/pkgs/pixman/pixman-0.13.2.tar.gz/837df4a02c61a60a880644393b57faed/pixman-0.13.2.tar.gz' dependencies = ['libtool'] def get_conflict_dict (self): return {'': ['pixman-new'], 'doc': ['pixman-new-doc'], 'devel': ['pixman-new-devel']} class Pixman__linux__ppc (Pixman): patches = ['pixman-0.13.2-auxvec.patch']