New package: libfakekey-0.1
This commit is contained in:
parent
fb96a25cfc
commit
45657b3394
|
@ -1678,3 +1678,4 @@ libgrail.so.6 grail-3.1.0_1
|
|||
libgeis.so.1 geis-2.2.16_1
|
||||
libndp.so.0 libndp-1.3_1
|
||||
libepoxy.so.0 libepoxy-1.2_1
|
||||
libfakekey.so.0 libfakekey-0.1_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
libfakekey
|
|
@ -0,0 +1,25 @@
|
|||
# Template file for 'libfakekey'
|
||||
pkgname=libfakekey
|
||||
version=0.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
make_build_args="AM_LDFLAGS=-lX11"
|
||||
makedepends="libXtst-devel"
|
||||
short_desc="X virtual keyboard library"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
license="GPL-3"
|
||||
homepage="https://www.yoctoproject.org/tools-resources/projects/matchbox"
|
||||
distfiles="http://downloads.yoctoproject.org/releases/matchbox/${pkgname}/${version}/${pkgname}-${version}.tar.bz2"
|
||||
checksum=c41042a70524895b0edf8077ae3ae1206f1a313bea5811dcc23033ea16a00194
|
||||
|
||||
libfakekey-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision} libXtst-devel"
|
||||
short_desc+=" -- development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/lib/pkgconfig
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue