libpagemaker new package

This commit is contained in:
2016-01-24 21:27:40 +02:00
parent 80e7a2d2ab
commit 41414e9890
2 changed files with 79 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
#!/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 shelltools
from pisi.actionsapi import get
from pisi.actionsapi import pisitools
from pisi.actionsapi import autotools
def setup():
autotools.configure("--disable-silent-rules --disable-static --disable-werror")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("COPYING")
+58
View File
@@ -0,0 +1,58 @@
<PISI>
<Source>
<Name>libpagemaker</Name>
<Homepage>https://wiki.documentfoundation.org/DLP/Libraries/libpagemaker</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>MPL2</License>
<Icon>libpagemaker</Icon>
<IsA>library</IsA>
<Summary>a library that parses the file format of Aldus/Adobe PageMaker documents</Summary>
<Description>a library that parses the file format of Aldus/Adobe PageMaker documents</Description>
<Archive sha1sum="f4b57adf287a39daf60dfb82650be38eb2758c8a" type="targz">http://dev-www.libreoffice.org/src/libpagemaker/libpagemaker-0.0.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>boost-devel</Dependency>
<Dependency>doxygen</Dependency>
<Dependency>help2man</Dependency>
<Dependency>librevenge-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>libpagemaker</Name>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
<Dependency>librevenge</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="library">/usr/lib/libpagemaker-*</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>libpagemaker-devel</Name>
<RuntimeDependencies>
<Dependency>librevenge-devel</Dependency>
<Dependency release="current">libpagemaker</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2016-01-24</Date>
<Version>0.0.2</Version>
<Comment>First Release</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
</History>
</PISI>