diff --git a/x11/library/libfakekey/actions.py b/x11/library/libfakekey/actions.py new file mode 100644 index 0000000000..6669c3d6ce --- /dev/null +++ b/x11/library/libfakekey/actions.py @@ -0,0 +1,20 @@ +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + + +def setup(): + pisitools.ldflags.add("-lX11") + autotools.configure() +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "README") \ No newline at end of file diff --git a/x11/library/libfakekey/pspec.xml b/x11/library/libfakekey/pspec.xml new file mode 100644 index 0000000000..a9e938222b --- /dev/null +++ b/x11/library/libfakekey/pspec.xml @@ -0,0 +1,53 @@ + + + + + libfakekey + http://matchbox-project.org/ + + Osman Erkan + osman.erkan@pisilinux.org + + GPLv2 + library + X virtual keyboard library. + X sanal klavye kütüphanesi. + http://downloads.yoctoproject.org/releases/matchbox/libfakekey/0.1/libfakekey-0.1.tar.bz2 + + libXtst-devel + + + + + libfakekey + + libXtst + + + /usr/lib + /usr/share/doc + + + + + libfakekey-devel + Development files for libfakekey + + libfakekey + + + /usr/lib/pkgconfig + /usr/include/fakekey/ + + + + + + 2016-07-07 + 0.1 + First Release + Osman Erkan + osman.erkan@pisilinux.org + + + \ No newline at end of file diff --git a/x11/library/libfakekey/translations.xml b/x11/library/libfakekey/translations.xml new file mode 100644 index 0000000000..da711ce44b --- /dev/null +++ b/x11/library/libfakekey/translations.xml @@ -0,0 +1,13 @@ + + + + libfakekey + X virtual keyboard library. + X sanal klavye kütüphanesi. + + + + libfakekey-devel + libfakekey için geliştirme dosyaları + + \ No newline at end of file