Update to 0.1.4. The former version was no longer available for download.
Generate buildlink3.mk file with this ocassion
This commit is contained in:
parent
e065ac5188
commit
7466c3615b
3 changed files with 20 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2009/05/02 17:43:07 thomasklausner Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2009/07/21 07:30:43 koifren Exp $
|
||||
#
|
||||
|
||||
DISTNAME= taglib-extras-0.1.3
|
||||
DISTNAME= taglib-extras-0.1.4
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://www.kollide.net/~jefferai/
|
||||
|
||||
|
@ -11,7 +11,6 @@ COMMENT= Extra plugins for taglib
|
|||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
WRKSRC= ${WRKDIR}/taglib-extras
|
||||
USE_LANGUAGES= c c++
|
||||
USE_CMAKE= yes
|
||||
|
||||
|
|
14
taglib-extras/buildlink3.mk
Normal file
14
taglib-extras/buildlink3.mk
Normal file
|
@ -0,0 +1,14 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.1 2009/07/21 07:30:43 koifren Exp $
|
||||
|
||||
BUILDLINK_TREE+= taglib-extras
|
||||
|
||||
.if !defined(TAGLIB_EXTRAS_BUILDLINK3_MK)
|
||||
TAGLIB_EXTRAS_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.taglib-extras+= taglib-extras>=0.1.4
|
||||
BUILDLINK_PKGSRCDIR.taglib-extras?= ../../wip/taglib-extras
|
||||
|
||||
.include "../../audio/taglib/buildlink3.mk"
|
||||
.endif # TAGLIB_EXTRAS_BUILDLINK3_MK
|
||||
|
||||
BUILDLINK_TREE+= -taglib-extras
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2009/05/02 17:43:07 thomasklausner Exp $
|
||||
$NetBSD: distinfo,v 1.2 2009/07/21 07:30:43 koifren Exp $
|
||||
|
||||
SHA1 (taglib-extras-0.1.3.tar.gz) = 3cf1f8920a3c70a76fc9f1b436a9b411567a5224
|
||||
RMD160 (taglib-extras-0.1.3.tar.gz) = 45bff423c34e3f980ff2921934108f73515802f8
|
||||
Size (taglib-extras-0.1.3.tar.gz) = 48904 bytes
|
||||
SHA1 (taglib-extras-0.1.4.tar.gz) = f1d0c5b41b474ff7e7bce4bd8f0aecb242cae40c
|
||||
RMD160 (taglib-extras-0.1.4.tar.gz) = 0e673d4b580eed21b7a240a07d7975be4ad1343c
|
||||
Size (taglib-extras-0.1.4.tar.gz) = 49034 bytes
|
||||
|
|
Loading…
Reference in a new issue