Ticket #13163: hdhomerun_Portfile.patch
File hdhomerun_Portfile.patch, 2.0 KB (added by ecronin (Eric Cronin), 17 years ago) |
---|
-
Portfile
old new 1 # $Id: Portfile 26794 2007-07-08 14:10:17Z sfiera@macports.org$1 # $Id: Portfile 501 2007-11-05 22:08:28Z ecronin $ 2 2 3 3 PortSystem 1.0 4 4 5 5 name hdhomerun 6 version 2007 06206 version 20071015 7 7 categories net multimedia 8 8 platforms darwin 9 9 … … 19 19 extract.only ${distname}${extract.suffix} 20 20 worksrcdir lib${name} 21 21 checksums ${distname}${extract.suffix} \ 22 md5 484b8954c378afead26adf9cf30115f0\23 sha1 1 448ebc28e89dc55862847e9e922def60fa7d02d\24 rmd160 18ffab672438fcc9e5c515ce0e7a15d852bc0d19\22 md5 7d7ed3e4e9a3b64c4a6283fa99de741d \ 23 sha1 137b5158dc661ce17f03c70d2784e65b7aa834d2 \ 24 rmd160 090c383b760e6deeb8f90e3c2efb116e656b60ec \ 25 25 ${name}_firmware_${version}.bin \ 26 md5 1700c1d1f08d6982c87ee3a1cf674667\27 sha1 a32d1c4ce906719b4b13be800d7427d0a4b60065\28 rmd160 a5c6647c6504824bc98b1541b716aeeab4e1bca626 md5 0259c2e183d3f19b3af2100d24b5882b \ 27 sha1 5d625e0f4b1ad45449341d64b5fb818481c5ab72 \ 28 rmd160 26fa5f27ed126d294c5bffa912e9918c99362e69 29 29 30 30 livecheck.check regex 31 31 livecheck.url http://www.silicondust.com/wiki/downloads … … 40 40 xinstall -d -m 0755 ${destroot}${prefix}/share/${name}/ 41 41 xinstall -m 0644 ${distpath}/${name}_firmware_${version}.bin \ 42 42 ${destroot}${prefix}/share/${name}/${name}_firmware_${version}.bin 43 xinstall -d -m 0755 ${destroot}${prefix}/share/doc/${name}/ 44 xinstall -m 0644 ${worksrcpath}/README \ 45 ${destroot}${prefix}/share/doc/${name}/README 43 46 } 44 47 45 48 post-activate {