diff options
author | wiz <wiz@pkgsrc.org> | 2011-06-03 12:50:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-06-03 12:50:54 +0000 |
commit | 7db6ec4646c04e5fad8f880461b17f3c491dc4a3 (patch) | |
tree | dba41cab7852a0f24f7e8d195173d1562359e9db /audio | |
parent | d4166876b5a05143a94a8bddc1de4ca0275a3084 (diff) | |
download | pkgsrc-7db6ec4646c04e5fad8f880461b17f3c491dc4a3.tar.gz |
Set LICENSE.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libtunepimp/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/audio/libtunepimp/Makefile b/audio/libtunepimp/Makefile index 0ff6ba72b6f..1363a92de18 100644 --- a/audio/libtunepimp/Makefile +++ b/audio/libtunepimp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2011/04/22 13:42:10 obache Exp $ +# $NetBSD: Makefile,v 1.21 2011/06/03 12:50:54 wiz Exp $ DISTNAME= libtunepimp-0.5.3 PKGREVISION= 9 @@ -9,6 +9,10 @@ MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/ \ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://musicbrainz.org/doc/libtunepimp COMMENT= Library to support MusicBrainz enabled tagging +# alternatively, gnu-lgpl-v2 is also supported, but then the package +# would need to disable some plugins; so the pkgsrc version currently +# falls under gnu-gpl-v2 +LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir |