# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 57375 2009-09-10 08:16:41Z ryandesign@macports.org $

PortSystem      1.0

name            gnome-audio
version         2.22.2
set branch      [join [lrange [split ${version} .] 0 1] .]
maintainers     nomaintainer
categories      gnome
platforms       darwin
description     Audio files for GNOME events

long_description \
    If you use the GNOME desktop environment, you may want to install this \
    package of complementary sounds. This package contains extra sound \
    files useful for customizing the sounds that the GNOME desktop \
    environment makes.

homepage        http://www.gnome.org
master_sites    gnome:sources/$name/$branch/
use_bzip2       yes

checksums       md5     51d4a50b8927cc8a4cc52cee498e9d01 \
                sha1    88bc38387a7b556eb32232f4148fd09abd59ab6d \
                rmd160  927cf787ff7a6a69ccc7d323f82dddfd1dd5a253

use_configure   no

build {}

destroot.args   datadir=$prefix/share

universal_variant   no

livecheck.type  regex
livecheck.url   ftp://ftp.gnome.org/pub/gnome/sources/$name/$branch/
livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
