iwd new package

This commit is contained in:
Rmys
2022-07-25 14:43:34 +03:00
parent a0942b45d8
commit f63ba33613
10 changed files with 294503 additions and 294221 deletions
+20
View File
@@ -0,0 +1,20 @@
#!/usr/bin/env python
# -*- 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():
autotools.configure()
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "README*")
+58
View File
@@ -0,0 +1,58 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>ell</Name>
<Homepage>https://01.org/ell</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv2.1</License>
<IsA>library</IsA>
<Summary>Embedded Linux library</Summary>
<Description>Gömülü Linux kitaplığı</Description>
<Archive sha1sum="054288be4344af3d896b9d415b22db4ee33fb05c" type="tarxz">https://mirrors.edge.kernel.org/pub/linux/libs/ell/ell-0.52.tar.xz</Archive>
<!--
<BuildDependencies>
<Dependency>Dep1-devel</Dependency>
</BuildDependencies>
-->
<!--
<Patches>
<Patch>ell.patch</Patch>
<Patch level="1">ell.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>ell</Name>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>ell-devel</Name>
<Summary>Development files for ell</Summary>
<RuntimeDependencies>
<Dependency release="current">ell</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-07-17</Date>
<Version>0.52</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>ell</Name>
<Summary xml:lang="tr">Embedded Linux library</Summary>
<Description xml:lang="tr">Gömülü Linux kitaplığı</Description>
</Source>
</PISI>