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

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

from gub import tools

class Makedev__tools (tools.MakeBuild):
    source = 'http://ftp.debian.nl/debian/pool/main/m/makedev/makedev_3.3.8.2.orig.tar.gz'
    patches = ['makedev-fno-stack-protector.patch']
    install_command = '''make %(compile_flags)s DESTDIR=%(install_root)s install'''