milis/talimatname/genel/libfakekey/talimat

21 lines
534 B
Plaintext
Raw Normal View History

2016-02-24 01:27:23 +01:00
# Description: X virtual keyboard library.
# URL: URL: https://www.yoctoproject.org/tools-resources/projects/matchbox
# Packager: pierre at nutyx dot org
# Depends on: xorg-libxtst
name=libfakekey
version=0.1
release=1
source=(http://downloads.yoctoproject.org/releases/matchbox/$name/$version/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--disable-static
make AM_LDFLAGS=-lX11
make DESTDIR=$PKG install
}