mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 20:36:30 -04:00
devel/py-snack: update to 0.52.17
- Add LICENSE (GPLv2)
This commit is contained in:
parent
986a751f16
commit
06fcc750ce
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359116
3 changed files with 6 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= snack
|
||||
PORTVERSION= 0.52.16
|
||||
PORTVERSION= 0.52.17
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= https://fedorahosted.org/releases/n/e/newt/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -10,6 +10,8 @@ DISTNAME= newt-${PORTVERSION}
|
|||
MAINTAINER= python@FreeBSD.org
|
||||
COMMENT= Not Eriks Windowing Toolkit Python bindings
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
LIB_DEPENDS= libslang.so:${PORTSDIR}/devel/libslang2 \
|
||||
libpopt.so:${PORTSDIR}/devel/popt \
|
||||
libnewt.so:${PORTSDIR}/devel/newt
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (newt-0.52.16.tar.gz) = 1b9574bc9c8fb7b25cd26e5c3f2840e8c17fde5dd09c759604925919b3589cd3
|
||||
SIZE (newt-0.52.16.tar.gz) = 183487
|
||||
SHA256 (newt-0.52.17.tar.gz) = 69837973ef2ee2fa644426f1c3e48d2b18785ebcd382ef7fd01eb2e67d2d632b
|
||||
SIZE (newt-0.52.17.tar.gz) = 178920
|
||||
|
|
|
@ -7,7 +7,7 @@ setup(
|
|||
py_modules=['snack'],
|
||||
ext_modules=[ Extension(
|
||||
name='_snack',
|
||||
sources=['snackmodule.c'],
|
||||
sources=['snack.c'],
|
||||
include_dirs=['.', '%%LOCALBASE%%'+'/include', '%%PREFIX%%'+'/include'],
|
||||
library_dirs=['.', '%%LOCALBASE%%'+'/lib', '%%PREFIX%%'+'/lib'],
|
||||
libraries=['newt', 'popt', 'slang', 'ncurses']
|
||||
|
|
Loading…
Add table
Reference in a new issue