Add port for py-lirc 0.0.4,
An infra-red remote controller library interface for Python. PR: 60989 Submitted by: Lewis Thompson <purple@lewiz.net>
This commit is contained in:
parent
efd39c1777
commit
7df08c1499
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97543
5 changed files with 38 additions and 0 deletions
|
@ -46,6 +46,7 @@
|
|||
SUBDIR += plp
|
||||
SUBDIR += pr
|
||||
SUBDIR += py-bulksms
|
||||
SUBDIR += py-lirc
|
||||
SUBDIR += py-serial
|
||||
SUBDIR += qico
|
||||
SUBDIR += qpage
|
||||
|
|
30
comms/py-lirc/Makefile
Normal file
30
comms/py-lirc/Makefile
Normal file
|
@ -0,0 +1,30 @@
|
|||
# New ports collection makefile for: py23-lirc
|
||||
# Date created: 6 January 2004
|
||||
# Whom: Lewis Thompson (purple@lewiz.net)
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= lirc
|
||||
PORTVERSION= 0.0.4
|
||||
CATEGORIES= comms python
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= pylirc
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= pylirc-${PORTVERSION}
|
||||
|
||||
MAINTAINER= purple@lewiz.net
|
||||
COMMENT= Lirc support library for Python
|
||||
|
||||
LIB_DEPENDS= lirc_client.0:${PORTSDIR}/comms/lirc
|
||||
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
MAKE_ENV= LDFLAGS="${LDFLAGS}" CFLAGS="${CFLAGS}"
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
USE_PYTHON_PREFIX= yes
|
||||
|
||||
.include <bsd.port.mk>
|
1
comms/py-lirc/distinfo
Normal file
1
comms/py-lirc/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (pylirc-0.0.4.tar.gz) = fa1fc756ee187e8133bd26dde1828415
|
5
comms/py-lirc/pkg-descr
Normal file
5
comms/py-lirc/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
Python module to interact with remote controls via lirc. Currently only
|
||||
linux version exists, but porters for winLirc or other systems are
|
||||
welcome.
|
||||
|
||||
WWW: http://sourceforge.net/projects/pylirc/
|
1
comms/py-lirc/pkg-plist
Normal file
1
comms/py-lirc/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
%%PYTHON_SITELIBDIR%%/pylircmodule.so
|
Loading…
Reference in a new issue