Ticket #15927: kismet-remove-svn-variant.patch

File kismet-remove-svn-variant.patch, 928 bytes (added by sava.chankov@…, 16 years ago)
  • Portfile

     
    1 # $Id: Portfile 38141 2008-07-08 17:20:17Z macsforever2000@macports.org $
     1# $Id: Portfile 30706 2007-11-05 05:36:02Z boeyms@macports.org $
    22
    33PortSystem              1.0
    44
     
    4444    ui_msg "In ${prefix}/etc/kismet.conf set source=darwin,en1,airport_extreme"
    4545    ui_msg "and replace your_user_here in suiduser with your username"
    4646}
    47 
    48 variant svn_trunk description {Build from current development trunk. Try this on Mac OS X 10.5 if released version doesn't work'} {
    49   version   svn_trunk
    50   fetch {
    51     system "cd  ${workpath}/../../../distfiles && svn co http://svn.kismetwireless.net/code/trunk kismet"
    52     system "true"
    53   }
    54 
    55   checksum {
    56     system "true"
    57   }
    58 
    59   extract {
    60     system "cp -r ${workpath}/../../../distfiles/${name} ${worksrcpath}"
    61   }
    62 }
    63  No newline at end of file