mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See https://github.com/macports/macports-ports/pull/26909#issuecomment-3339115770
28 lines
915 B
Tcl
28 lines
915 B
Tcl
# -*- 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 libclastfm
|
|
version 0.5
|
|
revision 0
|
|
categories audio
|
|
license GPL
|
|
maintainers nomaintainer
|
|
description ${name} is an unofficial C-API to the Last.fm web service
|
|
long_description {*}${description}
|
|
homepage https://sourceforge.net/projects/liblastfm
|
|
master_sites sourceforge:liblastfm
|
|
|
|
checksums rmd160 1409704252e63752fb2848f32973fc140921d951 \
|
|
sha256 c9aa7817b557f8d8ef834755740fc813f9351f3185b5bdf4de249bee3675ee42 \
|
|
size 346754
|
|
|
|
patchfiles patch-fix-linking.diff
|
|
|
|
use_autoreconf yes
|
|
|
|
depends_build-append \
|
|
path:bin/pkg-config:pkgconfig
|
|
|
|
depends_lib-append port:curl
|