Import of pkgsrc-2014Q1
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
Glyr comes both in a commandline interface tool and as a C library, both with an
|
||||
easy to use interface. The sort of metadata glyr is searching (and downloading)
|
||||
is usually the data you see in your music player. And indeed, originally it was
|
||||
written to serve as internally library for a music player, but has been extended
|
||||
to work as a standalone program.
|
||||
@@ -0,0 +1,27 @@
|
||||
# $NetBSD: Makefile,v 1.3 2014/02/16 21:33:00 rodent Exp $
|
||||
#
|
||||
|
||||
DISTNAME= 1.0.5
|
||||
PKGNAME= glyr-${DISTNAME}
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= https://github.com/sahib/glyr/archive/
|
||||
DIST_SUBDIR= ${PKGBASE}
|
||||
|
||||
MAINTAINER= rodent@NetBSD.org
|
||||
HOMEPAGE= https://github.com/sahib/glyr/
|
||||
COMMENT= Music related metadata search engine with CLI and C API
|
||||
LICENSE= gnu-gpl-v3
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
|
||||
USE_TOOLS+= pkg-config
|
||||
USE_CMAKE= yes
|
||||
|
||||
PKGCONFIG_OVERRIDE+= glyr/libglyr.pc.in
|
||||
|
||||
.include "../../devel/libgetopt/buildlink3.mk"
|
||||
.include "../../devel/libexecinfo/buildlink3.mk"
|
||||
.include "../../databases/sqlite3/buildlink3.mk"
|
||||
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.10
|
||||
.include "../../devel/glib2/buildlink3.mk"
|
||||
.include "../../www/curl/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
@@ -0,0 +1,12 @@
|
||||
@comment $NetBSD: PLIST,v 1.1 2014/02/02 23:35:03 rodent Exp $
|
||||
bin/glyrc
|
||||
include/glyr/cache.h
|
||||
include/glyr/config.h
|
||||
include/glyr/glyr.h
|
||||
include/glyr/misc.h
|
||||
include/glyr/testing.h
|
||||
include/glyr/types.h
|
||||
lib/libglyr.so
|
||||
lib/libglyr.so.1
|
||||
lib/libglyr.so.1.1.0
|
||||
lib/pkgconfig/libglyr.pc
|
||||
@@ -0,0 +1,5 @@
|
||||
$NetBSD: distinfo,v 1.2 2014/02/16 21:33:00 rodent Exp $
|
||||
|
||||
SHA1 (glyr/1.0.5.tar.gz) = 52ba9b05b9962a22af2f371d0484429db44f2f00
|
||||
RMD160 (glyr/1.0.5.tar.gz) = d61d5d8ed5c10d9c711ef3136948d2705e9b3399
|
||||
Size (glyr/1.0.5.tar.gz) = 426382 bytes
|
||||
Reference in New Issue
Block a user