netcf:moved into main repo for pisi 2.0

This commit is contained in:
2015-12-31 13:31:10 +02:00
parent 007454baca
commit 31acb86d12
3 changed files with 137 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
#!/usr/bin/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.autoreconf("-fi")
autotools.configure("--disable-static \
--with-init-script=none \
--with-driver=redhat")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
#pisitools.removeDir("/etc")
pisitools.dodoc("AUTHORS", "COPYING", "ChangeLog", "README", "NEWS")
+100
View File
@@ -0,0 +1,100 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>netcf</Name>
<Homepage>https://fedorahosted.org/netcf</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv2+</License>
<IsA>app:console</IsA>
<IsA>library</IsA>
<Summary>A library for configuring network interfaces</Summary>
<Description>netcf is a cross-platform network configuration library for modifying the network configuration of a system. Network configurations are expressed in XML format.</Description>
<Archive sha1sum="98f0780c4bee429fbbfb3ced1629944cc5c6f2b6" type="targz">https://fedorahosted.org/released/netcf/netcf-0.2.8.tar.gz</Archive>
<BuildDependencies>
<Dependency>libxml2-devel</Dependency>
<Dependency>libxslt-devel</Dependency>
<Dependency>libnl-devel</Dependency>
<Dependency>readline-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>netcf</Name>
<RuntimeDependencies>
<Dependency>zlib</Dependency>
<Dependency>libnl</Dependency>
<Dependency>augeas</Dependency>
<Dependency>libxml2</Dependency>
<Dependency>libxslt</Dependency>
<Dependency>readline</Dependency>
<Dependency>libgcrypt</Dependency>
<Dependency>libgpg-error</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="executable">/usr/libexec/</Path>
<Path fileType="config">/etc/rc.d/init.d</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share/netcf</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man/man1/ncftool.1</Path>
</Files>
</Package>
<Package>
<Name>netcf-devel</Name>
<Summary>Development files for netcf</Summary>
<RuntimeDependencies>
<Dependency>augeas-devel</Dependency>
<Dependency>libxslt-devel</Dependency>
<Dependency release="current">netcf</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
<Path fileType="man">/usr/share/man/man3</Path>
</Files>
</Package>
<History>
<Update release="5">
<Date>2015-12-31</Date>
<Version>0.2.8</Version>
<Comment>Version bump.</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2015-02-16</Date>
<Version>0.2.6</Version>
<Comment>Version bump.</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2014-04-07</Date>
<Version>0.2.3</Version>
<Comment>Rebuild.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2014-01-30</Date>
<Version>0.2.3</Version>
<Comment>rebuild.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2013-01-14</Date>
<Version>0.2.3</Version>
<Comment>First release</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
</History>
</PISI>
+13
View File
@@ -0,0 +1,13 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>netcf</Name>
<Summary xml:lang="tr">Ağ arayüzlerini yapılandırmak için geliştirilmiş bir kitaplık</Summary>
<Description xml:lang="tr">netcf, XML biçiminde tuttuğu ağ arayüz bilgilerini kullanarak platform-bağımsız ağ yapılandırması olanağı sunan bir kitaplıktır.</Description>
</Source>
<Package>
<Name>netcf-devel</Name>
<Summary xml:lang="tr">netcf için geliştirme dosyaları</Summary>
</Package>
</PISI>