milis/talimatname/genel/libfakekey/talimat

21 lines
534 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: X sanal klavye kitaplığı.
# URL: https://www.yoctoproject.org/tools-resources/projects/matchbox
# Packager: alihan-ozturk28@hotmail.com
# 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
}