1 | # -*- 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 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name despotify |
---|
7 | version r761 |
---|
8 | categories multimedia |
---|
9 | maintainers mail@carljohancrafoord.se |
---|
10 | description open source Spotify client |
---|
11 | long_description an open source Spotify client and gateway to their service |
---|
12 | homepage http://despotify.se/ |
---|
13 | platforms darwin |
---|
14 | master_sites sourceforge |
---|
15 | |
---|
16 | checksums md5 05a0e497717ad9fb6cc0c7b592f257f6 \ |
---|
17 | sha1 014679badd64ef392c58502251bcf3cc767dd724 \ |
---|
18 | rmd160 7ecc7c98aa2b29ea2b08838c6a2bd7ce767fe974 |
---|
19 | |
---|
20 | depends_lib port:ncurses \ |
---|
21 | port:openssl \ |
---|
22 | port:zlib \ |
---|
23 | port:libvorbis \ |
---|
24 | port:expat \ |
---|
25 | port:gstreamer \ |
---|
26 | port:gst-plugins-base |
---|
27 | |
---|
28 | use_configure no |
---|
29 | |
---|
30 | patchfiles patch-Makefile.diff |
---|
31 | |
---|
32 | destroot { |
---|
33 | xinstall -m 0755 ${worksrcpath}/gateway ${destroot}${prefix}/bin |
---|
34 | xinstall -m 0755 ${worksrcpath}/despotify ${destroot}${prefix}/bin |
---|
35 | } |
---|