@@ -0,0 +1,19 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/copyleft/gpl.txt
|
||||
|
||||
from pisi.actionsapi import get
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
|
||||
def setup():
|
||||
autotools.configure()
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("COPYING", "README")
|
||||
@@ -0,0 +1,79 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libmnl</Name>
|
||||
<Homepage>https://netfilter.org/projects/libmnl/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<PartOf>network.library</PartOf>
|
||||
<License>LGPLv2.1</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>libmnl is a minimalistic user-space library for Netlink developers.</Summary>
|
||||
<Description>libmnl is a minimalistic user-space library for Netlink developers. There are a lot of common tasks involved in parsing, validating, and constructing both the Netlink header and TLVs that are repetitive and easy to get wrong.</Description>
|
||||
<Archive sha1sum="2db40dea612e88c62fd321906be40ab5f8f1685a" type="tarbz2">https://netfilter.org/projects/libmnl/files/libmnl-1.0.4.tar.bz2</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>libmnl</Name>
|
||||
<Summary>libmnl is a minimalistic user-space library for Netlink developers.</Summary>
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/doc/libmnl</Path>
|
||||
<Path fileType="library">/usr/lib/libmnl.so</Path>
|
||||
<Path fileType="library">/usr/lib/libmnl.so.0</Path>
|
||||
<Path fileType="library">/usr/lib/libmnl.so.0.2.0</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libmnl-devel</Name>
|
||||
<Summary>Development files for libmnl</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">libmnl</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include/libmnl</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig/libmnl.pc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2020-04-10</Date>
|
||||
<Version>1.0.4</Version>
|
||||
<Comment>Patch version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2016-03-13</Date>
|
||||
<Version>1.0.3</Version>
|
||||
<Comment>Rebuilt with docker</Comment>
|
||||
<Name>İbrahim KARAGÜZEL</Name>
|
||||
<Email>karaguzelibrahim@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2014-03-09</Date>
|
||||
<Version>1.0.3</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvarice@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2013-07-28</Date>
|
||||
<Version>1.0.3</Version>
|
||||
<Comment>Move pc files to devel pack, rebuild</Comment>
|
||||
<Name>Osman Erkan</Name>
|
||||
<Email>osman.erkan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2012-09-02</Date>
|
||||
<Version>1.0.3</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Osman Erkan</Name>
|
||||
<Email>osman.erkan@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libmnl</Name>
|
||||
<Summary xml:lang="tr">libmnl, Netlink geliştiricileri için minimalistik kulanıcı alanı kütüphanesidir.</Summary>
|
||||
<Description xml:lang="tr">libmnl, Netlink geliştiricileri için minimalistik kulanıcı alanı kütüphanesidir. Hem Netlink başlığı hemde TLV'ler gibi tekrarlayıp duran ve kolaylıkla yanlış gidebilecekler de çözümleme, doğrulama ve inşa etme gibi birçok yaygın görevler bulunmaktadır. Bu kütüphanenin amacı kodu yeniden kullanmanızı sağlamak ve tekerleği yeniden icat etmenizi engelleyecek temel yardımcıları sunmaktır.</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>libmnl-devel</Name>
|
||||
<Summary xml:lang="tr">libmnl için geliştirme dosyaları</Summary>
|
||||
<Description xml:lang="tr">libmnl-devel, libmnl için geliştirme dosyalarını içerir.</Description>
|
||||
</Package>
|
||||
</PISI>
|
||||
+247767
-247389
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
cc5db69805b497d864aa91a33ad758332c95dfe9
|
||||
7b56300a07c7b0f49ae9c23c66978914ac86cbda
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
9f4db1a8dad429000f0e0fc1e0103d7335cb8939
|
||||
e96d9ecb6e79863273126b8b85f0a4f2adcd5e83
|
||||
@@ -15,12 +15,12 @@ def build():
|
||||
shelltools.export("go_platform","linux-amd64")
|
||||
shelltools.export("go_linker","/lib/ld-linux-x86-64.so.2")
|
||||
|
||||
shelltools.export("GOROOT", "%s/go-go1.14.3" % get.workDIR()) #0
|
||||
shelltools.export("GOROOT", "%s/go-go%s" % (get.workDIR(), get.srcVERSION())) #0
|
||||
|
||||
shelltools.export("GOBIN", "$GOROOT/bin") #1
|
||||
shelltools.export("GOPATH", "%s" % get.workDIR())
|
||||
shelltools.export("GOROOT_FINAL", "/usr/lib/go")
|
||||
shelltools.export("GOROOT_BOOTSTRAP", "%s/go-go1.14.3/go" % get.workDIR()) #2
|
||||
shelltools.export("GOROOT_BOOTSTRAP", "%s/go-go%s/go" % (get.workDIR(), get.srcVERSION())) #2
|
||||
#shelltools.export("GOROOT_BOOTSTRAP", "/usr/lib/go")
|
||||
|
||||
shelltools.export("GOOS","linux")
|
||||
@@ -32,7 +32,7 @@ def build():
|
||||
|
||||
def install():
|
||||
shelltools.export("GOROOT_FINAL", "/usr/lib/go")
|
||||
shelltools.cd("%s/go-go1.14.3" % get.workDIR())
|
||||
shelltools.cd("%s/go-go%s" % (get.workDIR(), get.srcVERSION()))
|
||||
|
||||
pisitools.dodir("/usr/lib/go")
|
||||
shelltools.system("cp -r api bin doc lib pkg src %s/usr/lib/go" % get.installDIR())
|
||||
|
||||
@@ -13,10 +13,10 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Compiler and tools for the Go programming language from Google</Summary>
|
||||
<Description>Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.</Description>
|
||||
<Archive sha1sum="00afd4600fe690a7a0d21217c2667fe56b342d1a" type="targz">https://github.com/golang/go/archive/go1.14.3.tar.gz</Archive>
|
||||
<Archive sha1sum="f3f7bb9f4fdb2757f369a50d6a1c4bf82174a9a8" type="targz">https://github.com/golang/go/archive/go1.15.tar.gz</Archive>
|
||||
<!--<Archive sha1sum="6ecdf5a03974462119c051a0d53f825c851ffdbe" type="tarbz2" target="go-go1.14.3">https://dev.gentoo.org/~williamh/dist/go-linux-amd64-bootstrap-1.13.6.tbz</Archive>-->
|
||||
<!-- for using as a bootstrap -->
|
||||
<Archive sha1sum="27576c9e0bd40ed98c14404a9ac83678a63bc000" type="targz" target="go-go1.14.3">https://dl.google.com/go/go1.14.3.linux-amd64.tar.gz</Archive>
|
||||
<Archive sha1sum="56c2a7ca701f791041b10e30710005836ea25faf" type="targz" target="go-go1.15">https://dl.google.com/go/go1.15.linux-amd64.tar.gz</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
@@ -26,10 +26,10 @@
|
||||
<Dependency>git</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin/</Path>
|
||||
<Path fileType="library">/usr/lib/</Path>
|
||||
<Path fileType="data">/usr/share/</Path>
|
||||
<Path fileType="config">/etc</Path>
|
||||
<Path fileType="data">/usr/share/</Path>
|
||||
<Path fileType="library">/usr/lib/</Path>
|
||||
<Path fileType="executable">/usr/bin/</Path>
|
||||
</Files>
|
||||
<!--
|
||||
<AdditionalFiles>
|
||||
@@ -39,6 +39,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="14">
|
||||
<Date>2020-08-30</Date>
|
||||
<Version>1.15</Version>
|
||||
<Comment>Minor version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="13">
|
||||
<Date>2020-05-18</Date>
|
||||
<Version>1.14.3</Version>
|
||||
|
||||
@@ -4,10 +4,10 @@
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import pythonmodules
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import pythonmodules
|
||||
|
||||
def build():
|
||||
# fix unused direct dependency analysis
|
||||
|
||||
@@ -14,10 +14,10 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>C extensions for the Python</Summary>
|
||||
<Description>Cython is a language that makes writing C extensions for the Python language as easy as Python itself.</Description>
|
||||
<Archive sha1sum="ed0a64cfb09fba842ecba582b6eebf0cf8a8480c" type="targz">https://github.com/cython/cython/archive/0.29.19.tar.gz</Archive>
|
||||
<Archive sha1sum="718dcfee83132421e2df4eb6fa0ef7f3917bf7b9" type="targz">https://github.com/cython/cython/archive/0.29.21.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python-setuptools</Dependency>
|
||||
<Dependency>python-devel</Dependency>
|
||||
<Dependency>python-setuptools</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -25,19 +25,26 @@
|
||||
<Name>cython</Name>
|
||||
<Summary>C extensions for the Python</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python-setuptools</Dependency>
|
||||
<Dependency>python</Dependency>
|
||||
<Dependency>python-setuptools</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin/cythonize-py2</Path>
|
||||
<Path fileType="executable">/usr/bin/cython-py2</Path>
|
||||
<Path fileType="executable">/usr/bin/cygdb-py2</Path>
|
||||
<Path fileType="library">/usr/lib/python2*</Path>
|
||||
<Path fileType="doc">/usr/share/doc/cython</Path>
|
||||
<Path fileType="library">/usr/lib/python2*</Path>
|
||||
<Path fileType="executable">/usr/bin/cygdb-py2</Path>
|
||||
<Path fileType="executable">/usr/bin/cython-py2</Path>
|
||||
<Path fileType="executable">/usr/bin/cythonize-py2</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="10">
|
||||
<Date>2020-07-21</Date>
|
||||
<Version>0.29.21</Version>
|
||||
<Comment>Patch version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="8">
|
||||
<Date>2020-05-24</Date>
|
||||
<Version>0.29.19</Version>
|
||||
|
||||
@@ -4,10 +4,10 @@
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import pythonmodules
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import pythonmodules
|
||||
|
||||
def build():
|
||||
# fix unused direct dependency analysis
|
||||
|
||||
@@ -14,10 +14,10 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>C extensions for the Python3</Summary>
|
||||
<Description>Cython is a language that makes writing C extensions for the Python language as easy as Python itself.</Description>
|
||||
<Archive sha1sum="ed0a64cfb09fba842ecba582b6eebf0cf8a8480c" type="targz">https://github.com/cython/cython/archive/0.29.19.tar.gz</Archive>
|
||||
<Archive sha1sum="718dcfee83132421e2df4eb6fa0ef7f3917bf7b9" type="targz">https://github.com/cython/cython/archive/0.29.21.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -25,8 +25,8 @@
|
||||
<Name>cython3</Name>
|
||||
<Summary>C extensions for the Python3</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
@@ -36,6 +36,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="10">
|
||||
<Date>2020-07-21</Date>
|
||||
<Version>0.29.21</Version>
|
||||
<Comment>Patch version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="9">
|
||||
<Date>2020-05-24</Date>
|
||||
<Version>0.29.19</Version>
|
||||
|
||||
Reference in New Issue
Block a user