librevenge is a base library for writing document import filters

This commit is contained in:
groni
2015-11-27 22:53:20 +01:00
parent ef9819d187
commit 6cd153b280
7 changed files with 151 additions and 2 deletions
+27
View File
@@ -0,0 +1,27 @@
#!/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 autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.configure("--disable-silent-rules \
--disable-static \
--disable-werror")
pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ")
def build():
autotools.make()
def check():
autotools.make("check")
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "COPYING*", "NEWS", "README")
+55
View File
@@ -0,0 +1,55 @@
<?xml version="1.0" ?>-
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>librevenge</Name>
<Homepage>http://dev-www.libreoffice.org/src/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>MPL-1.0</License>
<IsA>library</IsA>
<Summary>A base library for writing document import filters</Summary>
<Description>librevenge is a base library for writing document import filters. It has interfaces for text documents, vector graphics, spreadsheets and presentations.</Description>
<Archive sha1sum="738d68bf54ec97fd48c41284aabbfd5a0d2db4ce" type="tarbz2">http://dev-www.libreoffice.org/src/librevenge-0.0.1.tar.bz2</Archive>
<BuildDependencies>
<Dependency>boost-devel</Dependency>
<Dependency>cppunit-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>librevenge</Name>
<RuntimeDependencies>
<Dependency>zlib</Dependency>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share</Path>
<Path fileType="library">/usr/lib</Path>
</Files>
</Package>
<Package>
<Name>librevenge-devel</Name>
<Summary>Development files for librevenge</Summary>
<RuntimeDependencies>
<Dependency release="current">librevenge</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2015-01-06</Date>
<Version>0.0.1</Version>
<Comment>First Release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
+14
View File
@@ -0,0 +1,14 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>librevenge</Name>
<Summary xml:lang="en">A base library for writing document import filters</Summary>
<Description xml:lang="en">librevenge is a base library for writing document import filters. It has interfaces for text documents, vector graphics, spreadsheets and presentations.</Description>
</Source>
<Package>
<Name>librevenge-devel</Name>
<Summary xml:lang="tr">librevenge için geliştirme dosyaları</Summary>
<Summary xml:lang="en">Development files for librevenge</Summary>
</Package>
</PISI>
+53
View File
@@ -30156,6 +30156,59 @@
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>librevenge</Name>
<Homepage>http://dev-www.libreoffice.org/src/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>MPL-1.0</License>
<IsA>library</IsA>
<PartOf>office.misc</PartOf>
<Summary xml:lang="en">A base library for writing document import filters</Summary>
<Description xml:lang="en">librevenge is a base library for writing document import filters. It has interfaces for text documents, vector graphics, spreadsheets and presentations.</Description>
<Archive type="tarbz2" sha1sum="738d68bf54ec97fd48c41284aabbfd5a0d2db4ce">http://dev-www.libreoffice.org/src/librevenge-0.0.1.tar.bz2</Archive>
<BuildDependencies>
<Dependency>boost-devel</Dependency>
<Dependency>cppunit-devel</Dependency>
</BuildDependencies>
<SourceURI>office/misc/librevenge/pspec.xml</SourceURI>
</Source>
<Package>
<Name>librevenge</Name>
<RuntimeDependencies>
<Dependency>zlib</Dependency>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share</Path>
<Path fileType="library">/usr/lib</Path>
</Files>
</Package>
<Package>
<Name>librevenge-devel</Name>
<Summary xml:lang="en">Development files for librevenge</Summary>
<Summary xml:lang="tr">librevenge için geliştirme dosyaları</Summary>
<RuntimeDependencies>
<Dependency release="1">librevenge</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2015-01-06</Date>
<Version>0.0.1</Version>
<Comment>First Release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>iso-codes</Name>
+1 -1
View File
@@ -1 +1 @@
acdcf5d824e4e5fcbb259bf23df5693f67a40a12
e5d166e7cbb028fcec9d74e38c23907c00deb875
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
b522c46cb5bb2f699879ff5fad50d297ed732a4a
a9f285565b7af3634b5103cdc9370c6801d1e744