Changeset 99390


Ignore:
Timestamp:
Nov 4, 2012, 12:06:18 PM (11 years ago)
Author:
ryandesign@…
Message:

shell-fm: use github portgroup, simplifying port and fixing livecheck

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/audio/shell-fm/Portfile

    r97894 r99390  
    33
    44PortSystem              1.0
     5PortGroup               github 1.0
    56
    6 name                    shell-fm
    7 version                 0.8
     7github.setup            jkramer shell-fm 0.8 v
    88revision                2
    99categories              audio
     
    1111maintainers             fawong.com:waf
    1212license                 GPL-2
    13 
    14 homepage                https://github.com/jkramer/shell-fm
    15 master_sites            ${homepage}/tarball/v${version}
    1613
    1714description             Console-based last.fm player
     
    3633                        rmd160  1d9b53c03156b44717365c43dd6d95cea7145ca0
    3734
    38 post-extract {
    39     move [glob ${workpath}/*] ${worksrcpath}
    40 }
    41 
    4235patchfiles              patch-Makefile.diff \
    4336                        patch-source-sckif.c.diff
     
    4740build.args              PREFIX=${prefix} CC="${configure.cc} ${configure.cc_archflags}"
    4841destroot.args           PREFIX=${prefix}
    49 
    50 livecheck.type          regex
    51 livecheck.url           ${homepage}/downloads
    52 livecheck.regex         {tarball/v([0-9.]+)"}
Note: See TracChangeset for help on using the changeset viewer.