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
+28
View File
@@ -0,0 +1,28 @@
#!/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("--prefix=/usr \
--enable-external-ell \
--disable-systemd-service \
--localstatedir=/var \
--with-dbus-busdir=/etc/dbus-1/systemd \
--enable-ofono \
--enable-wired \
--enable-hwsim \
--enable-tools")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "README*")
+57
View File
@@ -0,0 +1,57 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>iwd</Name>
<Homepage>https://iwd.wiki.kernel.org/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv2.1</License>
<IsA>app</IsA>
<Summary>Wireless daemon for Linux</Summary>
<Description>Linux için kablosuz arka plan programı</Description>
<Archive sha1sum="954dd2f274bfcda3252cf87e245f96bf3f7dbb78" type="tarxz">https://mirrors.edge.kernel.org/pub/linux/network/wireless/iwd-1.29.tar.xz</Archive>
<BuildDependencies>
<Dependency>asciidoc</Dependency>
<Dependency>ell-devel</Dependency>
<Dependency>dbus-devel</Dependency>
<Dependency>readline-devel</Dependency>
<Dependency>python-docutils</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>iwd.patch</Patch>
<Patch level="1">iwd.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>iwd</Name>
<RuntimeDependencies>
<Dependency>ell</Dependency>
<Dependency>readline</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="executable">/usr/libexec</Path>
<Path fileType="data">/usr/share/dbus-1</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/var/lib/ead</Path>
<Path fileType="data">/var/lib/iwd</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-07-25</Date>
<Version>1.29</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>iwd</Name>
<Summary xml:lang="tr">Wireless daemon for Linux</Summary>
<Description xml:lang="tr">Linux için kablosuz arka plan programı</Description>
</Source>
</PISI>
+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>
+294322 -294219
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
e68bc1cad066a9a86da54ca7e2a011508bad3648
b634a6f546b7e316c2ce3faa1251e51d9269a259
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
860d1c4e0005cfd570e831cfa5cef13cd96b754a
7ed0b47861617258e0dbd2e80b9195263ad419da