Oops, revert previous, I was in the wrong dir.
This commit is contained in:
parent
cf62cf74fd
commit
b4ab862e13
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.438 2020/10/31 15:44:50 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.439 2020/10/31 15:48:07 ajacoutot Exp $
|
||||
|
||||
SUBDIR =
|
||||
SUBDIR += abcde
|
||||
@ -196,6 +196,7 @@
|
||||
SUBDIR += py-fsb5
|
||||
SUBDIR += py-last
|
||||
SUBDIR += py-last,python3
|
||||
SUBDIR += py-mpd
|
||||
SUBDIR += py-mpd2
|
||||
SUBDIR += py-mpd2,python3
|
||||
SUBDIR += py-musicbrainzngs
|
||||
|
24
audio/py-mpd/Makefile
Normal file
24
audio/py-mpd/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2020/10/31 15:48:07 ajacoutot Exp $
|
||||
|
||||
COMMENT = Python MPD client library
|
||||
|
||||
MODPY_EGG_VERSION = 0.3.0
|
||||
DISTNAME = python-mpd-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-mpd-${MODPY_EGG_VERSION}
|
||||
REVISION = 4
|
||||
CATEGORIES = audio
|
||||
|
||||
# GPLv3
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODPY_PI = Yes
|
||||
|
||||
MODULES = lang/python
|
||||
|
||||
NO_TEST = Yes
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/py-mpd
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/commands.txt ${PREFIX}/share/doc/py-mpd
|
||||
|
||||
.include <bsd.port.mk>
|
2
audio/py-mpd/distinfo
Normal file
2
audio/py-mpd/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (python-mpd-0.3.0.tar.gz) = AoEuuh0uD0bjdFf1pvojuiA2IuS8qwoZsmXmawjNIbQ=
|
||||
SIZE (python-mpd-0.3.0.tar.gz) = 20507
|
1
audio/py-mpd/pkg/DESCR
Normal file
1
audio/py-mpd/pkg/DESCR
Normal file
@ -0,0 +1 @@
|
||||
Python client library for the Music Player Daemon.
|
6
audio/py-mpd/pkg/PLIST
Normal file
6
audio/py-mpd/pkg/PLIST
Normal file
@ -0,0 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2020/10/31 15:48:07 ajacoutot Exp $
|
||||
lib/python${MODPY_VERSION}/site-packages/mpd.py
|
||||
lib/python${MODPY_VERSION}/site-packages/mpd.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/python_mpd-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info
|
||||
share/doc/py-mpd/
|
||||
share/doc/py-mpd/commands.txt
|
Loading…
x
Reference in New Issue
Block a user