summaryrefslogtreecommitdiff
path: root/audio/taglib/Makefile
diff options
context:
space:
mode:
authorchris <chris@pkgsrc.org>2004-02-09 00:30:24 +0000
committerchris <chris@pkgsrc.org>2004-02-09 00:30:24 +0000
commit4af5ec789b87accf9e53664632e76afca06fd0f1 (patch)
tree431690bcbd50f9f25e422f2cb1ac1d8424357676 /audio/taglib/Makefile
parent2761a7a810206ad6da35eff24feb4e9934841b0c (diff)
downloadpkgsrc-4af5ec789b87accf9e53664632e76afca06fd0f1.tar.gz
Initial import of TagLib 1.0.
TagLib is a library for reading and editing the meta-data of several popular audio formats. Currently it supports both ID3v1 and ID3v2 for MP3 files, Ogg Vorbis comments and ID3 tags and Vorbis comments in FLAC files.
Diffstat (limited to 'audio/taglib/Makefile')
-rw-r--r--audio/taglib/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/audio/taglib/Makefile b/audio/taglib/Makefile
new file mode 100644
index 00000000000..f7d8b1b9eed
--- /dev/null
+++ b/audio/taglib/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/02/09 00:30:24 chris Exp $
+#
+
+DISTNAME= taglib-1.0
+CATEGORIES= audio
+MASTER_SITES= http://ktown.kde.org/~wheeler/taglib/
+
+MAINTAINER= chris@NetBSD.org
+HOMEPAGE= http://ktown.kde.org/~wheeler/taglib/
+COMMENT= Library for accessing id tags in mp3 and ogg files
+
+USE_LANGUAGES= c c++
+
+USE_BUILDLINK2= YES
+GNU_CONFIGURE= YES
+USE_LIBTOOL= YES
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+
+pre-build:
+ ${CP} ${FILESDIR}/id3lib_strings.h ${WRKSRC}/taglib/toolkit/.
+
+post-install:
+ ${INSTALL} -o ${ROOT_USER} -g ${ROOT_GROUP} -m 444 ${FILESDIR}/id3lib_strings.h ${LOCALBASE}/include/taglib/.
+
+.include "../../mk/bsd.pkg.mk"