1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id: Portfile 67247 2010-05-03 13:05:03Z rmsfisher@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name lastfmlib |
---|
7 | version 0.4.0 |
---|
8 | categories audio |
---|
9 | maintainers petr:scribus.info |
---|
10 | description C/C++ library to scrobble your tracks on Last.fm |
---|
11 | long_description \ |
---|
12 | lastfmlib is library that provides an implementation \ |
---|
13 | of the Last.fm Submissions Protocol v1.2. It allows \ |
---|
14 | you to scrobble your tracks on Last.fm |
---|
15 | homepage http://code.google.com/p/lastfmlib/ |
---|
16 | platforms darwin |
---|
17 | master_sites googlecode |
---|
18 | checksums md5 f6f00882c15b8cc703718d22e1b1871f \ |
---|
19 | sha1 b9e15e4eb42a9ccd9b3c5373054b0bd51a406fdd \ |
---|
20 | rmd160 89b06c754a2b954e2bb8f837faece9dcaaee83c6 |
---|
21 | |
---|
22 | depends_lib-append port:curl |
---|
23 | |
---|