# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 name upslug2 version 41 categories cross devel maintainers gmail.com:ranauei description A tool to flash your NSLU2 from a computer on the same network long_description UpSlug2 is a completely rewritten version of the UpSlug tool \ which is more robust and flexible, though it still requires \ an ethernet connection to the NSLU2. homepage http://www.nslu2-linux.org/wiki/Main/UpSlug2 platforms darwin master_sites http://trac.nslu2-linux.org/upslug2/changeset/${version}/trunk?old_path=%2F&format=zip&dummy= use_zip yes worksrcdir trunk checksums md5 0cfd1e6a30f85823708fbffdd7d1ebde \ sha1 b39ca97c6d01c4cf1312d2b0d9f6c8a397f6d81b \ rmd160 54b7ebad39adff4c07531af2209c5172626a1d50 depends_lib port:libpcap use_autoreconf yes configure.args --with-libpcap variant FlashMod16 description {Add support for modded NSLU2 with 16MByte of flash memory} { patchfiles-append patch-nslu2_protocol.h.diff } destroot { xinstall ${worksrcpath}/${name} ${destroot}${prefix}/bin xinstall -m 644 ${worksrcpath}/${name}.8 ${destroot}${prefix}/share/man/man8 }