Update sqlbox to 0.1.11. Now with more pkgconfig too.

This commit is contained in:
jturner 2020-03-02 14:51:00 +00:00
parent 79175b72c5
commit 39a06da30f
3 changed files with 7 additions and 9 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.2 2019/11/27 15:38:30 jturner Exp $
# $OpenBSD: Makefile,v 1.3 2020/03/02 14:51:00 jturner Exp $
COMMENT = database access library
DISTNAME = sqlbox-0.1.9
DISTNAME = sqlbox-0.1.11
CATEGORIES = databases
MAINTAINER = James Turner <james@calminferno.net>
@ -17,10 +17,7 @@ PERMIT_PACKAGE = Yes
LIB_DEPENDS = databases/sqlite3
CONFIGURE_STYLE = simple
CONFIGURE_ARGS = PREFIX="${PREFIX}" \
LDADD="-lpthread" \
LDFLAGS="-L${LOCALBASE}/lib" \
CPPFLAGS="-I${LOCALBASE}/include"
CONFIGURE_ARGS = PREFIX="${PREFIX}"
TEST_TARGET = regress

View File

@ -1,2 +1,2 @@
SHA256 (sqlbox-0.1.9.tar.gz) = xceOjY/YeLJu7JtamNicwzP2XqUuH7gMR35Q7Oz6B8k=
SIZE (sqlbox-0.1.9.tar.gz) = 89257
SHA256 (sqlbox-0.1.11.tar.gz) = MumF3huTcgptp0UYHe99Y4cZ/q3QFLy2jlxaxqkN3qk=
SIZE (sqlbox-0.1.11.tar.gz) = 93884

View File

@ -1,6 +1,7 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2019/11/24 04:54:04 jturner Exp $
@comment $OpenBSD: PLIST,v 1.2 2020/03/02 14:51:00 jturner Exp $
include/sqlbox.h
@static-lib lib/libsqlbox.a
lib/pkgconfig/sqlbox.pc
@man man/man3/sqlbox.3
@man man/man3/sqlbox_alloc.3
@man man/man3/sqlbox_close.3