milis/talimatname/genel/libfakekey/talimat

21 lines
538 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
2016-07-22 18:07:01 +02:00
# Packager: alihan-ozturk28@hotmail.com
2016-02-24 01:27:23 +01:00
# 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
}