Merge branch 'master' of https://github.com/pisilinux/core
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
#!/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 shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
#for i in ["mtools.texi"]:
|
||||
# pisitools.dosed(i, "/usr/local/etc", "/etc")
|
||||
|
||||
shelltools.export("INSTALL_PROGRAM", "install")
|
||||
autotools.autoreconf("-fi")
|
||||
autotools.configure("--prefix=/usr \
|
||||
--sysconfdir=/etc/mtools \
|
||||
--includedir=/usr/src/linux/include")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
pisitools.dosed("mtools.conf","SAMPLE FILE","#SAMPLE FILE")
|
||||
def install():
|
||||
autotools.rawInstall('-j1 DESTDIR="%s"' % get.installDIR())
|
||||
|
||||
|
||||
pisitools.insinto("/etc/mtools","mtools.conf")
|
||||
|
||||
pisitools.dodoc("COPYING", "README*", "Release.notes")
|
||||
@@ -0,0 +1,52 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>mtools</Name>
|
||||
<Homepage>http://mtools.linux.lu/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Utilities to access MS-DOS disks without mounting them</Summary>
|
||||
<Description>Mtools are utilities to access MS-DOS disks without mounting them.</Description>
|
||||
<Archive sha1sum="d703db71a409837a37db10a09ef63a35183f7565" type="targz">mirrors://gnu/mtools/mtools-4.0.18.tar.gz</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>mtools</Name>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="config">/etc</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="info">/usr/share/info</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2014-02-12</Date>
|
||||
<Version>4.0.18</Version>
|
||||
<Comment>Fix mtools.conf syntax.</Comment>
|
||||
<Name>Richard de Bruin</Name>
|
||||
<Email>richdb@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2013-11-20</Date>
|
||||
<Version>4.0.18</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Richard de Bruin</Name>
|
||||
<Email>richdb@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2012-09-22</Date>
|
||||
<Version>4.0.17</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Serdar Soytetir</Name>
|
||||
<Email>kaptan@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>mtools</Name>
|
||||
<Summary xml:lang="tr">MS-DOS (Windows) disketlerinize -mount ile bağlamadan- erişim araçları</Summary>
|
||||
<Description xml:lang="tr">Mtools diskinizdeki MS-DOS (Windows) bölümlerine -mount komutu ile bağlamadan- erişebilmek için gereken araç setidir.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -10,7 +10,7 @@ from pisi.actionsapi import get
|
||||
WorkDir="."
|
||||
|
||||
def install():
|
||||
for version in ["4.1.2", "4.2", "4.3", "4.4", "4.5"]:
|
||||
for version in ["4.1.2", "4.2", "4.3", "4.4", "4.5", "5.0"]:
|
||||
pisitools.insinto("/usr/share/xml/docbook/xml-dtd-%s" % version, "*.dtd")
|
||||
pisitools.insinto("/usr/share/xml/docbook/xml-dtd-%s" % version, "*.mod")
|
||||
pisitools.insinto("/usr/share/xml/docbook/xml-dtd-%s" % version, "docbook.cat")
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
<Archive sha1sum="e79a59e9164c1013b8cc9f64f96f909a184ca016" type="zip">http://www.docbook.org/xml/4.3/docbook-xml-4.3.zip</Archive>
|
||||
<Archive sha1sum="7c4d91c82ad3747e1b5600c91782758e5d91c22b" type="zip">http://www.docbook.org/xml/4.4/docbook-xml-4.4.zip</Archive>
|
||||
<Archive sha1sum="b9124233b50668fb508773aa2b3ebc631d7c1620" type="zip">http://www.docbook.org/xml/4.5/docbook-xml-4.5.zip</Archive>
|
||||
<Archive sha1sum="49f274e67efdee771300cba4da1f3e4bc00be1ec" type="zip">http://www.docbook.org/xml/5.0/docbook-5.0.zip</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
@@ -39,6 +40,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2016-01-28</Date>
|
||||
<Version>5.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2014-11-17</Date>
|
||||
<Version>4.5</Version>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>data</IsA>
|
||||
<Summary>Norman Walsh's XSL stylesheets for DocBook XML</Summary>
|
||||
<Description>These XSL stylesheets allow you to transform any DocBook XML document to other formats such as HTML, FO and XHTML.</Description>
|
||||
<Archive sha1sum="1d668c845bb43c65115d1a1d9542f623801cfb6f" type="tarbz2">http://sourceforge.net/projects/docbook/files/docbook-xsl/1.78.1/docbook-xsl-1.78.1.tar.bz2</Archive>
|
||||
<Archive sha1sum="7487b2acc7106253bb77fcddc7e1a9788601ad23" type="tarbz2">http://sourceforge.net/projects/docbook/files/docbook-xsl/1.79.1/docbook-xsl-1.79.1.tar.bz2</Archive>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile target="Makefile">Makefile</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
@@ -21,7 +21,7 @@
|
||||
<Patch level="1">docbook-xsl-newmethods.patch</Patch>
|
||||
<Patch level="1">docbook-xsl-non-constant-expressions.patch</Patch>
|
||||
<Patch level="1">docbook-xsl-list-item-body.patch</Patch>
|
||||
<Patch level="1">docbook-xsl-mandir.patch</Patch>
|
||||
<!-- <Patch level="1">docbook-xsl-mandir.patch</Patch> -->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
@@ -40,6 +40,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2015-01-28</Date>
|
||||
<Version>1.79.1</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2014-11-17</Date>
|
||||
<Version>1.78.1</Version>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>A frontend to an XSL toolchain</Summary>
|
||||
<Description>The purpose of xmlto is to convert an XML file to the desired format using whatever means necessary.</Description>
|
||||
<Archive sha1sum="4b1daa7a15fc64176446332d55e8befa9a6d90bf" type="targz">https://fedorahosted.org/releases/x/m/xmlto/xmlto-0.0.26.tar.gz</Archive>
|
||||
<Archive sha1sum="235feb4d2aeccf7467f458a3e18b20445f89cc0f" type="targz">https://fedorahosted.org/releases/x/m/xmlto/xmlto-0.0.28.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libxslt</Dependency>
|
||||
<Dependency>util-linux</Dependency>
|
||||
@@ -39,6 +39,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2014-05-18</Date>
|
||||
<Version>0.0.28</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2014-05-18</Date>
|
||||
<Version>0.0.26</Version>
|
||||
|
||||
+98
-17
@@ -667,6 +667,8 @@
|
||||
<Patch level="1">patches/mageia/3rd-viahss-3.0-buildfix.patch</Patch>
|
||||
<Patch level="1">patches/mageia/3rd-rtl8723bs.patch</Patch>
|
||||
<Patch level="1">patches/mageia/ahci-add-new-Intel-device-IDs.patch</Patch>
|
||||
<Patch level="1">patches/mageia/ata-libata-disable-forced-PORTS_IMPL-for-AHCI-1.3.patch</Patch>
|
||||
<Patch level="1">patches/mageia/keys-fix-keyring-ref-leak-in-join_session_keyring.patch</Patch>
|
||||
<Patch level="1">patches/mageia/arm-0001-dt-bindings-Add-root-properties-for-Raspberry-Pi-2.patch</Patch>
|
||||
<Patch level="1">patches/mageia/arm-0002-ARM-bcm2835-Add-a-compat-string-for-bcm2836-machine-.patch</Patch>
|
||||
<Patch level="1">patches/mageia/arm-0003-ARM-bcm2835-Add-Kconfig-support-for-bcm2836.patch</Patch>
|
||||
@@ -739,9 +741,9 @@
|
||||
<History>
|
||||
<Update release="69">
|
||||
<Type package="kernel">security</Type>
|
||||
<Date>2016-01-11</Date>
|
||||
<Date>2016-01-25</Date>
|
||||
<Version>4.4.0</Version>
|
||||
<Comment>Version bump to 4.4.0</Comment>
|
||||
<Comment>Version bump to 4.4.0,add CVE-2016-0728 patch.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
<Requires>
|
||||
@@ -8506,7 +8508,7 @@
|
||||
<Summary xml:lang="tr">C programlama dili için glib kütüphanesi</Summary>
|
||||
<Description xml:lang="en">glib2 is the low-level core library that forms the basis for projects such as GTK+ and GNOME. It provides data structure handling for C, portability wrappers, and interfaces for such runtime functionality as an event loop, threads, dynamic loading, and an object system.</Description>
|
||||
<Description xml:lang="tr">glib2, GTK+ ve GNOME gibi projelerin temelini oluşturan düşük seviyeli çekirdek kütüphanedir. C için veri yapıları, taşınabilirlik katmanları ve çeşitli çalışma zamanı işlevleri için arabirimler sunar.</Description>
|
||||
<Archive type="tarxz" sha1sum="685b3c0529c4d1b7a5e4931bfe2319e5928e4a53">mirrors://gnome/glib/2.44/glib-2.44.0.tar.xz</Archive>
|
||||
<Archive type="tarxz" sha1sum="2bd8f8d87668635f45ccac2e9166a4c4c3d65eac">mirrors://gnome/glib/2.46/glib-2.46.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="8.36">libpcre-devel</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
@@ -8550,7 +8552,7 @@
|
||||
<Summary xml:lang="tr">glib2 için geliştirme dosyaları</Summary>
|
||||
<PartOf>system.devel</PartOf>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="14">glib2</Dependency>
|
||||
<Dependency release="15">glib2</Dependency>
|
||||
<Dependency>libpcre-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
@@ -8593,7 +8595,7 @@
|
||||
<Dependency>glibc-32bit</Dependency>
|
||||
</BuildDependencies>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="14">glib2</Dependency>
|
||||
<Dependency release="15">glib2</Dependency>
|
||||
<Dependency>libpcre-32bit</Dependency>
|
||||
<Dependency>zlib-32bit</Dependency>
|
||||
<Dependency>libffi-32bit</Dependency>
|
||||
@@ -8617,6 +8619,13 @@
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="15">
|
||||
<Date>2016-01-25</Date>
|
||||
<Version>2.46.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="14">
|
||||
<Date>2015-04-08</Date>
|
||||
<Version>2.44.0</Version>
|
||||
@@ -14211,13 +14220,17 @@
|
||||
<Summary xml:lang="tr">Google Performans Araçları</Summary>
|
||||
<Description xml:lang="en">Perf Tools is a collection of a high-performance multi-threaded malloc() implementation, plus some pretty nifty performance analysis tools.</Description>
|
||||
<Description xml:lang="tr">gperftools yüksek performanslı ve yararlı performans analizi araçları içerir.</Description>
|
||||
<Archive type="targz" sha1sum="a5b3db3e640e7ea4a0c5a49a8e666658234396aa">http://source.pisilinux.org/1.0/gperftools-846b775dfadb.tar.gz</Archive>
|
||||
<Archive type="targz" sha1sum="13b904d0d1f220e43e4495f3403ee280c6da26ea">https://github.com/gperftools/gperftools/releases/download/gperftools-2.4/gperftools-2.4.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libunwind-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>system/base/gperftools/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>gperftools</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libunwind</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
@@ -14234,7 +14247,7 @@
|
||||
<Description xml:lang="tr">gperftools için geliştirme başlıklarını içerir.</Description>
|
||||
<IsA>library</IsA>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="4">gperftools</Dependency>
|
||||
<Dependency release="5">gperftools</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
@@ -14250,13 +14263,20 @@
|
||||
<IsA>data:doc</IsA>
|
||||
<PartOf>system.doc</PartOf>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="4">gperftools</Dependency>
|
||||
<Dependency release="5">gperftools</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/doc/gperftools</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2016-01-25</Date>
|
||||
<Version>2.4</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2014-06-02</Date>
|
||||
<Version>2.2</Version>
|
||||
@@ -15459,14 +15479,13 @@
|
||||
<Summary xml:lang="tr">eudev sistemd-udev uygulamasının çatalı</Summary>
|
||||
<Description xml:lang="en">eudev is a fork of system-udev with the goal of obtaining better compatibility with existing software such as OpenRC and Upstart, older kernels, various toolchains and anything else required by users and various distributions.</Description>
|
||||
<Description xml:lang="tr">eudev sistem-udev uygulamasının OpenRC, Upstart gibi başlangıç sistemleri ile uyumu için hazırlanmış çatalı</Description>
|
||||
<Archive type="targz" sha1sum="af5d5703c3aa9253897b034c561796ef796aab83">https://github.com/gentoo/eudev/archive/v3.1.2.tar.gz</Archive>
|
||||
<Archive type="targz" sha1sum="6d4973a0bf66e5ead4d047d2605d2141da36b335">https://github.com/gentoo/eudev/archive/v3.1.5.tar.gz</Archive>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile target="config.cache">config.cache</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
<BuildDependencies>
|
||||
<Dependency>glibc-devel</Dependency>
|
||||
<Dependency>libkmod-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>libpcre-devel</Dependency>
|
||||
<Dependency>gperf</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -15476,7 +15495,6 @@
|
||||
<Name>eudev</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libkmod</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/bin</Path>
|
||||
@@ -15519,8 +15537,7 @@
|
||||
<Summary xml:lang="en">Development files for eudev</Summary>
|
||||
<PartOf>system.devel</PartOf>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="6">eudev</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency release="7">eudev</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include/</Path>
|
||||
@@ -15541,11 +15558,9 @@
|
||||
<BuildDependencies>
|
||||
<Dependency>glibc-32bit</Dependency>
|
||||
<Dependency>libkmod-32bit</Dependency>
|
||||
<Dependency>glib2-32bit</Dependency>
|
||||
</BuildDependencies>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>glibc-32bit</Dependency>
|
||||
<Dependency>glib2-32bit</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/lib32</Path>
|
||||
@@ -15561,6 +15576,13 @@
|
||||
</Replaces>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2016-01-17</Date>
|
||||
<Version>3.1.5</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2016-01-04</Date>
|
||||
<Version>3.1.2</Version>
|
||||
@@ -19452,7 +19474,7 @@
|
||||
<PartOf>system.devel</PartOf>
|
||||
<Summary xml:lang="en">Introspection system for GObject-based libraries</Summary>
|
||||
<Description xml:lang="en">gobject-introspection can scan C header and source files in order to generate introspection typelib files. It also provides an API to examine typelib files, useful for creating language bindings among other things.</Description>
|
||||
<Archive type="tarxz" sha1sum="5bae1d170e19d6b3de2d1dd2554d5fc1230ee5fd">mirrors://gnome/gobject-introspection/1.44/gobject-introspection-1.44.0.tar.xz</Archive>
|
||||
<Archive type="tarxz" sha1sum="ca4842479b119da1c8d3fbf5006adcc46920ce72">mirrors://gnome/gobject-introspection/1.46/gobject-introspection-1.46.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libffi-devel</Dependency>
|
||||
<Dependency>python-devel</Dependency>
|
||||
@@ -19477,7 +19499,7 @@
|
||||
<Name>gobject-introspection-devel</Name>
|
||||
<Summary xml:lang="en">Development files for gobject-introspection</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="11">gobject-introspection</Dependency>
|
||||
<Dependency release="12">gobject-introspection</Dependency>
|
||||
<Dependency>libffi</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>libffi-devel</Dependency>
|
||||
@@ -19495,6 +19517,13 @@
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="12">
|
||||
<Date>2016-01-25</Date>
|
||||
<Version>1.46.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="11">
|
||||
<Date>2015-04-06</Date>
|
||||
<Version>1.44.0</Version>
|
||||
@@ -23254,6 +23283,58 @@
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>mtools</Name>
|
||||
<Homepage>http://mtools.linux.lu/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>app:console</IsA>
|
||||
<PartOf>hardware.disk</PartOf>
|
||||
<Summary xml:lang="en">Utilities to access MS-DOS disks without mounting them</Summary>
|
||||
<Summary xml:lang="tr">MS-DOS (Windows) disketlerinize -mount ile bağlamadan- erişim araçları</Summary>
|
||||
<Description xml:lang="en">Mtools are utilities to access MS-DOS disks without mounting them.</Description>
|
||||
<Description xml:lang="tr">Mtools diskinizdeki MS-DOS (Windows) bölümlerine -mount komutu ile bağlamadan- erişebilmek için gereken araç setidir.</Description>
|
||||
<Archive type="targz" sha1sum="d703db71a409837a37db10a09ef63a35183f7565">mirrors://gnu/mtools/mtools-4.0.18.tar.gz</Archive>
|
||||
<SourceURI>hardware/disk/mtools/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>mtools</Name>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="config">/etc</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="info">/usr/share/info</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2014-02-12</Date>
|
||||
<Version>4.0.18</Version>
|
||||
<Comment>Fix mtools.conf syntax.</Comment>
|
||||
<Name>Richard de Bruin</Name>
|
||||
<Email>richdb@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2013-11-20</Date>
|
||||
<Version>4.0.18</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Richard de Bruin</Name>
|
||||
<Email>richdb@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2012-09-22</Date>
|
||||
<Version>4.0.17</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Serdar Soytetir</Name>
|
||||
<Email>kaptan@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>lvm2</Name>
|
||||
|
||||
@@ -1 +1 @@
|
||||
7ee86809d1d46b65b0ec8327ddc8a710f2632964
|
||||
330a7dd11845dc1f17901b28a26567dc1c2ab223
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
aa9a9648d68493a6e6779305a1783e5f0ea76915
|
||||
fda1dd233e01566eda7672417f23fdf65eae629b
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Password Checking Library</Summary>
|
||||
<Description>CrackLib tests passwords to determine whether they match certain security-oriented characteristics, with the purpose of stopping users from choosing passwords that are easy to guess.</Description>
|
||||
<Archive sha1sum="a780211a87a284297aa473fe2b50584b842a0e98" type="targz">mirrors://sourceforge/cracklib/cracklib-2.9.2.tar.gz</Archive>
|
||||
<Archive sha1sum="80af5eb9a5e6bf37b549d44f2d2288a85c4922bb" type="targz">mirrors://sourceforge/cracklib/cracklib-2.9.4.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>zlib</Dependency>
|
||||
<Dependency>python</Dependency>
|
||||
@@ -49,6 +49,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2016-01-28</Date>
|
||||
<Version>2.9.4</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2014-10-31</Date>
|
||||
<Version>2.9.2</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>app:cli</IsA>
|
||||
<Summary>Userspace setup tool for transparent encryption of block devices using dm-crypt</Summary>
|
||||
<Description>Userspace setup tool for transparent encryption of block devices using dm-crypt</Description>
|
||||
<Archive sha1sum="7cb02f1e23ee18cd26391fd856f7644195b4544e" type="tarxz">https://www.kernel.org/pub/linux/utils/cryptsetup/v1.6/cryptsetup-1.6.7.tar.xz</Archive>
|
||||
<Archive sha1sum="d2afa5b9d974404f9f5ca15cf6b4f018dde65169" type="tarxz">https://www.kernel.org/pub/linux/utils/cryptsetup/v1.7/cryptsetup-1.7.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="2.02.118">device-mapper-devel</Dependency>
|
||||
<Dependency>libgpg-error-devel</Dependency>
|
||||
@@ -82,6 +82,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="8">
|
||||
<Date>2016-01-28</Date>
|
||||
<Version>1.7.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2015-04-30</Date>
|
||||
<Version>1.6.7</Version>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>A utility for getting files from remote servers</Summary>
|
||||
<Description>curl is a command line tool for transferring data with URL syntax, supporting various protocols.</Description>
|
||||
<Archive sha1sum="f65708915875b8cb35edb51d8dd31440dc02fbd3" type="tarbz2">http://curl.haxx.se/download/curl-7.42.1.tar.bz2</Archive>
|
||||
<Archive sha1sum="0f8112c50acf1c3896906643adb7f1aeb9b8b633" type="tarbz2">http://curl.haxx.se/download/curl-7.47.0.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>glibc-devel</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
@@ -24,7 +24,7 @@
|
||||
<Dependency>ca-certificates</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch>curl-krb5flags.patch</Patch>
|
||||
<!-- <Patch>curl-krb5flags.patch</Patch> -->
|
||||
<Patch>curl-ac.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
@@ -47,6 +47,7 @@
|
||||
<Path fileType="doc">/usr/share/doc/</Path>
|
||||
<Path fileType="man">/usr/share/man/</Path>
|
||||
<Path fileType="data">/usr/share/curl</Path>
|
||||
<Path fileType="data">/usr/share/zsh</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
@@ -66,6 +67,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="15">
|
||||
<Date>2016-01-28</Date>
|
||||
<Version>7.47.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="14">
|
||||
<Date>2015-05-28</Date>
|
||||
<Version>7.42.1</Version>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>A dhcp client only</Summary>
|
||||
<Description>An RFC2131 and RFC1541 compliant DHCP client daemon. dhcpcd gets an IP address and other information from a corresponding DHCP server, configures the network interface automatically, and tries to renew the lease time according to RFC2131 or RFC1541 depending on the command line option.</Description>
|
||||
<Archive sha1sum="1369656c67b2a110d5b7844f94159ae45f495c05" type="tarbz2">http://ftp.osuosl.org/pub/blfs/conglomeration/dhcpcd/dhcpcd-6.8.1.tar.bz2</Archive>
|
||||
<Archive sha1sum="bb37e0211858df8a919c494e14a6bbfb67b1f72c" type="tarxz">http://ftp.osuosl.org/pub/blfs/conglomeration/dhcpcd/dhcpcd-6.10.1.tar.xz</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
@@ -24,11 +24,19 @@
|
||||
<Path fileType="executable">/sbin</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="man">/usr/share/dhcpcd</Path>
|
||||
<Path fileType="data">/var/lib/dhcpcd</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="9">
|
||||
<Date>2016-01-28</Date>
|
||||
<Version>6.10.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="8">
|
||||
<Date>2015-05-03</Date>
|
||||
<Version>6.8.1</Version>
|
||||
|
||||
@@ -10,14 +10,15 @@ from pisi.actionsapi import get
|
||||
|
||||
|
||||
def setup():
|
||||
autotools.configure("--disable-static \
|
||||
--enable-shared \
|
||||
--with-isl=system \
|
||||
autotools.configure("--with-isl=system \
|
||||
--with-gmp=system \
|
||||
--with-ppl")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
#def build():
|
||||
#autotools.make("-j1 check")
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
@@ -13,14 +13,14 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Chunky Loop Generator</Summary>
|
||||
<Description>cloog is CLooG is a free software and library to generate code for scanning Z-polyhedra. It is used by the GCC Graphite optimization framework.</Description>
|
||||
<Archive sha1sum="2dc70313e8e2c6610b856d627bce9c9c3f848077" type="targz">http://www.bastoul.net/cloog/pages/download/cloog-0.18.1.tar.gz</Archive>
|
||||
<Archive sha1sum="8f7568ca1873f8d55bb694c8b9b83f7f4c6c1aa5" type="targz">http://www.bastoul.net/cloog/pages/download/cloog-0.18.4.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>gmp-devel</Dependency>
|
||||
<Dependency>ppl-devel</Dependency>
|
||||
<Dependency>isl-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">cloog-0.18.1-isl-compat.patch</Patch>
|
||||
<!-- <Patch level="1">cloog-0.18.1-isl-compat.patch</Patch> -->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
@@ -51,6 +51,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="9">
|
||||
<Date>2016-01-27</Date>
|
||||
<Version>0.18.4</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="8">
|
||||
<Date>2014-09-06</Date>
|
||||
<Version>0.18.1</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Libraries/utilities to handle ELF objects</Summary>
|
||||
<Description>elfutils contains libraries and utilities to handle ELF objects and is a replacement for libelf.</Description>
|
||||
<Archive sha1sum="85d48e18359c51e843c49b1894b2f54b85e88ae2" type="tarbz2">https://fedorahosted.org/releases/e/l/elfutils/0.161/elfutils-0.161.tar.bz2</Archive>
|
||||
<Archive sha1sum="b994f2f31e6638415d7f8a3c0c7e04e6bc4ca4a9" type="tarbz2">https://fedorahosted.org/releases/e/l/elfutils/0.165/elfutils-0.165.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>bzip2</Dependency>
|
||||
<Dependency>xz-devel</Dependency>
|
||||
@@ -38,6 +38,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="10">
|
||||
<Date>2016-01-28</Date>
|
||||
<Version>0.165</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="9">
|
||||
<Date>2015-04-09</Date>
|
||||
<Version>0.161</Version>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Integer Set Library</Summary>
|
||||
<Description>isl is a library for manipulating sets and relations of integer points bounded by linear constraints.</Description>
|
||||
<Archive sha1sum="3904274c84fb3068e4f59b6a6b0fe29e7a2b7010" type="tarbz2">http://isl.gforge.inria.fr/isl-0.13.tar.bz2</Archive>
|
||||
<Archive sha1sum="c5a2b201bf05229647e73203c0bf2d9679d4d21f" type="tarbz2">http://isl.gforge.inria.fr/isl-0.16.1.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>gmp-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -42,6 +42,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="9">
|
||||
<Date>2016-01-27</Date>
|
||||
<Version>0.16.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="8">
|
||||
<Date>2015-05-05</Date>
|
||||
<Version>0.13</Version>
|
||||
|
||||
Reference in New Issue
Block a user