view gub/specs/xtrans.py @ 6487:9bf9726dad38

schikkers-list: install updates.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Thu, 03 Feb 2011 23:57:59 +0100
parents 3ecad6b5f9b1
children
line wrap: on
line source

from gub import target

class Xtrans (target.AutoBuild):
    source = 'http://xorg.freedesktop.org/releases/X11R7.4/src/lib/xtrans-1.2.1.tar.gz'
    dependencies = ['tools::libtool', 'xproto']