create core package
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
#!/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.configure("--disable-legacy \
|
||||
--disable-lynx")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
pisitools.dodoc("README")
|
||||
@@ -0,0 +1,3 @@
|
||||
# mdns.allow:
|
||||
.local.
|
||||
.local
|
||||
@@ -0,0 +1,22 @@
|
||||
--- src/Makefile.am 2006-12-30 01:00:22.000000000 -0600
|
||||
+++ src/Makefile.am 2006-12-30 01:01:11.000000000 -0600
|
||||
@@ -20,7 +20,7 @@
|
||||
AM_CFLAGS = \
|
||||
-DMDNS_ALLOW_FILE=\"$(sysconfdir)/mdns.allow\" \
|
||||
-DRESOLV_CONF_FILE=\"$(sysconfdir)/resolv.conf\" \
|
||||
- -DAVAHI_SOCKET=\"$(localstatedir)/run/avahi-daemon/socket\"
|
||||
+ -DAVAHI_SOCKET=\"$(ROOT)/var/run/avahi-daemon/socket\"
|
||||
|
||||
#AM_CFLAGS += -DNDEBUG=1 -Os
|
||||
|
||||
--- src/Makefile.in 2006-12-30 01:00:19.000000000 -0600
|
||||
+++ src/Makefile.in 2006-12-30 01:00:37.000000000 -0600
|
||||
@@ -301,7 +301,7 @@
|
||||
# This cool debug trap works on i386/gcc only
|
||||
AM_CFLAGS = -DMDNS_ALLOW_FILE=\"$(sysconfdir)/mdns.allow\" \
|
||||
-DRESOLV_CONF_FILE=\"$(sysconfdir)/resolv.conf\" \
|
||||
- -DAVAHI_SOCKET=\"$(localstatedir)/run/avahi-daemon/socket\" \
|
||||
+ -DAVAHI_SOCKET=\"$(ROOT)/var/run/avahi-daemon/socket\" \
|
||||
'-DDEBUG_TRAP=__asm__("int $$3")'
|
||||
lib_LTLIBRARIES = \
|
||||
libnss_mdns.la \
|
||||
@@ -0,0 +1,56 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>nss-mdns</Name>
|
||||
<Homepage>http://0pointer.de/lennart/projects/nss-mdns/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Name Service Switch module</Summary>
|
||||
<Description>Name Service Switch module for Multicast DNS.</Description>
|
||||
<Archive sha1sum="d8610950b8b209e29129a70765449b820bcda1a0" type="targz">http://0pointer.de/lennart/projects/nss-mdns/nss-mdns-0.10.tar.gz</Archive>
|
||||
<Patches>
|
||||
<Patch>nss-mdns-0.8-avahi-socket.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>nss-mdns</Name>
|
||||
<Files>
|
||||
<Path fileType="config">/etc</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile owner="root" permission="0644" target="/etc/mdns.allow">mdns.allow</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2014-05-11</Date>
|
||||
<Version>0.10</Version>
|
||||
<Comment>Release bump.</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2013-10-29</Date>
|
||||
<Version>0.10</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2010-10-11</Date>
|
||||
<Version>0.10</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>nss-mdns</Name>
|
||||
<Summary xml:lang="tr">İsim servisi değiştirme modülü</Summary>
|
||||
<Description xml:lang="tr">Çoklu gönderim yapan DNS'ler için isim servisi seçme modülü.</Description>
|
||||
<Description xml:lang="fr">Module d'échange de service de nom pour le DNS Multicast.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user