Ticket #33325: portfile

File portfile, 1.4 KB (added by jruschme@…, 12 years ago)

Portfile for shairport

Line 
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
4PortSystem                  1.0
5name                        shairport
6#version                    0.1
7categories                  audio
8platforms                   darwin
9maintainers                 gmail.com:jruschme
10description                 AirPlay server
11long_description            Shairport emulates the AirPlay server functionality of \
12                                    an Apple Airport Express.
13homepage                    https://github.com/albertz/shairport
14master_sites            https://github.com/albertz/shairport.git
15depends_lib                 port:libao \
16                        port:openssl
17
18checksums           patch--Makefile.diff \
19                    rmd160  6d421374a06caa18ad1f2e583f42d13fb701ea12 \
20                    sha256  3911b6d43ee0ea6a4d02c91adc4902c866e50f5a5ec8675d42d286b41ea3ec7c \
21                    rmd160  6d421374a06caa18ad1f2e583f42d13fb701ea12 \
22                    sha256  3911b6d43ee0ea6a4d02c91adc4902c866e50f5a5ec8675d42d286b41ea3ec7c \
23                    shairport-d2b2a34.tar.gz \
24                    rmd160  fc3e78255230e52c15ebb7f04f12a0496b1a665b \
25                    sha256  a478acaabb6a2f3b0fbc5cd9777a3be32eaf3a33fd6775f2d116d9a110278274
26
27patchfiles              patch--Makefile.diff
28
29PortGroup               github 1.0
30github.setup            albertz shairport d2b2a34
31github.tarball_from     downloads
32
33configure {}