pkgsrc/audio/id3/Makefile
nia 45b4203e5f id3: Update to 1.1.2
1.1.2
-----

- Update the copyright notices and years.

1.1.1
-----

- Let the Makefile supply the version string for the id3.c source.
- Add a simple test suite.
- Use memcpy(), not strncpy() for fully copying a fixed-size buffer.
2020-05-17 15:04:40 +00:00

13 lines
340 B
Makefile

# $NetBSD: Makefile,v 1.15 2020/05/17 15:04:40 nia Exp $
DISTNAME= id3-1.1.2
CATEGORIES= audio
MASTER_SITES= https://devel.ringlet.net/files/audio/id3/
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://devel.ringlet.net/audio/id3/
COMMENT= ID3 v1.1 tag editor
LICENSE= gnu-gpl-v2
.include "../../mk/bsd.pkg.mk"