wayland-protocols:new pakcage for xorg-server

This commit is contained in:
2017-03-02 14:09:16 +03:00
parent 300d45ac19
commit aa8425c968
3 changed files with 79 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2010 TUBITAK/BILGEM
# Licensed under the GNU General Public License, version 2.
# See the file http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.configure("--disable-static")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+48
View File
@@ -0,0 +1,48 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>wayland-protocols</Name>
<Homepage>http://wayland.freedesktop.org/</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>library</IsA>
<Summary>Specifications of extended Wayland protocols</Summary>
<Description>Specifications of extended Wayland protocols</Description>
<Archive sha1sum="c4726694daf5feb1437f5f4f13c3b2a9b94b8118" type="tarxz">https://wayland.freedesktop.org/releases/wayland-protocols-1.7.tar.xz</Archive>
<BuildDependencies>
<Dependency>wayland-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>wayland-protocols</Name>
<Files>
<Path fileType="data">/usr/share/wayland-protocols</Path>
</Files>
</Package>
<Package>
<Name>wayland-protocols-devel</Name>
<Summary>Wayland-protocols development files</Summary>
<RuntimeDependencies>
<Dependency release="current">wayland-protocols</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/share/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2017-03-02</Date>
<Version>1.7</Version>
<Comment>First release</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,12 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>wayland-protocols</Name>
<Summary xml:lang="tr">Genişletişmiş wayland protocolü tanımlamaları</Summary>
</Source>
<Package>
<Name>wayland-protocols-devel</Name>
<Summary xml:lang="en">wayland-protocols için geliştirme dosyaları</Summary>
</Package>
</PISI>