diff options
author | adam <adam> | 2005-03-07 15:30:44 +0000 |
---|---|---|
committer | adam <adam> | 2005-03-07 15:30:44 +0000 |
commit | 6c2004408a0fcfc8c87fa15c7c39f5d75cfb6ac7 (patch) | |
tree | 5f04fe6e50293280875310654f9ea3ce1212cf5d /audio/libopendaap/Makefile | |
parent | 8dfd7aca02b304a1b1b0f7366629070f2462944a (diff) | |
download | pkgsrc-6c2004408a0fcfc8c87fa15c7c39f5d75cfb6ac7.tar.gz |
Changes 0.3.0:
* Many many bug fixes.
* Supports connecting to mt-daapd daap servers.
* Watch remote hosts for updates
* Fix problem where iTunes would no longer serve our requests.
* Improved debugging support.
Diffstat (limited to 'audio/libopendaap/Makefile')
-rw-r--r-- | audio/libopendaap/Makefile | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/audio/libopendaap/Makefile b/audio/libopendaap/Makefile index 86693ff925e..864632a163d 100644 --- a/audio/libopendaap/Makefile +++ b/audio/libopendaap/Makefile @@ -1,19 +1,17 @@ -# $NetBSD: Makefile,v 1.2 2004/10/03 00:13:07 tv Exp $ -# +# $NetBSD: Makefile,v 1.3 2005/03/07 15:30:44 adam Exp $ -DISTNAME= libopendaap-0.2.1 -PKGREVISION= 1 -CATEGORIES= audio -MASTER_SITES= http://crazney.net/programs/itunes/files/ -EXTRACT_SUFX= .tar.bz2 +DISTNAME= libopendaap-0.3.0 +CATEGORIES= audio +MASTER_SITES= http://crazney.net/programs/itunes/files/ +EXTRACT_SUFX= .tar.bz2 -MAINTAINER= tech-pkg@NetBSD.org -HOMEPAGE= http://crazney.net/programs/itunes/libopendaap.html -COMMENT= DAAP client library +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://crazney.net/programs/itunes/libopendaap.html +COMMENT= DAAP client library -GNU_CONFIGURE= yes USE_BUILDLINK3= yes USE_LIBTOOL= yes +GNU_CONFIGURE= yes LIBTOOL_OVERRIDE= ${WRKSRC}/libtool .include "../../devel/pkgconfig/buildlink3.mk" |