# -*- 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

PortSystem 1.0

name                lastfmlib
version             0.4.0
revision            0
checksums           rmd160  89b06c754a2b954e2bb8f837faece9dcaaee83c6 \
                    sha256  28ecaffe2efecd5ac6ac00ba8e0a07b08e7fb35b45dfe384d88392ad6428309a \
                    size    333224

categories          audio
maintainers         nomaintainer

description         C/C++ library to scrobble your tracks on Last.fm
long_description \
    lastfmlib is library that provides an implementation of the \
    Last.fm Submissions Protocol v1.2. It allows you to scrobble \
    your tracks on Last.fm

homepage            https://code.google.com/p/lastfmlib/
master_sites        googlecode

depends_build       port:pkgconfig

depends_lib-append  port:curl

patchfiles          basic_string.patch \
                    log.patch \
                    string.patch
