Merge pull request #2033 from aydemir/master

repo add libfakekey
This commit is contained in:
yusuf
2016-07-07 22:37:41 +03:00
committed by GitHub
3 changed files with 86 additions and 0 deletions
+20
View File
@@ -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")
+53
View File
@@ -0,0 +1,53 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libfakekey</Name>
<Homepage>http://matchbox-project.org/</Homepage>
<Packager>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>library</IsA>
<Summary>X virtual keyboard library.</Summary>
<Description>X sanal klavye kütüphanesi.</Description>
<Archive sha1sum="f302cd9f06d3bd34db1b48fc2caf2ac48e09ee79" type="tarbz2">http://downloads.yoctoproject.org/releases/matchbox/libfakekey/0.1/libfakekey-0.1.tar.bz2</Archive>
<BuildDependencies>
<Dependency>libXtst-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>libfakekey</Name>
<RuntimeDependencies>
<Dependency>libXtst</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>libfakekey-devel</Name>
<Summary>Development files for libfakekey</Summary>
<RuntimeDependencies>
<Dependency release="current">libfakekey</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/lib/pkgconfig</Path>
<Path fileType="header">/usr/include/fakekey/</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2016-07-07</Date>
<Version>0.1</Version>
<Comment>First Release</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
</History>
</PISI>
+13
View File
@@ -0,0 +1,13 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>libfakekey</Name>
<Summary xml:lang="en">X virtual keyboard library.</Summary>
<Description xml:lang="tr">X sanal klavye kütüphanesi.</Description>
</Source>
<Package>
<Name>libfakekey-devel</Name>
<Summary xml:lang="tr">libfakekey için geliştirme dosyaları</Summary>
</Package>
</PISI>