Import libfakekey 0.1
libfakekey is a simple library for converting UTF-8 characters into 'fake' X key-presses. OK rsadowski@
This commit is contained in:
parent
58b150643a
commit
03c9fbf2ad
23
x11/libfakekey/Makefile
Normal file
23
x11/libfakekey/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2019/08/20 08:34:08 feinerer Exp $
|
||||
|
||||
COMMENT = library for converting characters to X key-presses
|
||||
|
||||
V = 0.1
|
||||
DISTNAME = libfakekey-${V}
|
||||
|
||||
SHARED_LIBS = fakekey 0.0 # 0.1
|
||||
|
||||
CATEGORIES = x11
|
||||
|
||||
HOMEPAGE = https://www.yoctoproject.org/software-item/matchbox/
|
||||
|
||||
# LGPLv2+
|
||||
PERMIT_PACKAGE =Yes
|
||||
|
||||
WANTLIB += X11 Xext Xi Xtst xcb
|
||||
|
||||
MASTER_SITES = https://downloads.yoctoproject.org/releases/matchbox/libfakekey/${V}/
|
||||
|
||||
CONFIGURE_STYLE = gnu
|
||||
|
||||
.include <bsd.port.mk>
|
2
x11/libfakekey/distinfo
Normal file
2
x11/libfakekey/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (libfakekey-0.1.tar.gz) = M/VZBdZoCqT7p8XFgJrhakIg2CfdtlXXr7CMYj29uoI=
|
||||
SIZE (libfakekey-0.1.tar.gz) = 311139
|
2
x11/libfakekey/pkg/DESCR
Normal file
2
x11/libfakekey/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
libfakekey is a simple library for converting UTF-8 characters into 'fake' X
|
||||
key-presses.
|
7
x11/libfakekey/pkg/PLIST
Normal file
7
x11/libfakekey/pkg/PLIST
Normal file
@ -0,0 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2019/08/20 08:34:08 feinerer Exp $
|
||||
include/fakekey/
|
||||
include/fakekey/fakekey.h
|
||||
lib/libfakekey.a
|
||||
lib/libfakekey.la
|
||||
@lib lib/libfakekey.so.${LIBfakekey_VERSION}
|
||||
lib/pkgconfig/libfakekey.pc
|
Loading…
x
Reference in New Issue
Block a user