@@ -1,20 +1,22 @@
|
||||
#!/usr/bin/env python
|
||||
#!/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
|
||||
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
i = ''.join([
|
||||
' --prefix=/usr',
|
||||
' --enable-cli-tool',
|
||||
' --disable-rpath',
|
||||
' --disable-static '
|
||||
])
|
||||
|
||||
def setup():
|
||||
autotools.configure("--prefix=/usr \
|
||||
\
|
||||
--disable-static \
|
||||
--disable-rpath \
|
||||
\
|
||||
--enable-cli-tool")
|
||||
autotools.configure(i)
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
@@ -22,8 +24,4 @@ def build():
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("AUTHORS", \
|
||||
"COPYING", \
|
||||
"NEWS", \
|
||||
"README*", \
|
||||
"THANKS")
|
||||
pisitools.dodoc("AUTHORS", "HACKING", "NEWS", "README", "THANKS")
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>ctpl</Name>
|
||||
@@ -8,28 +8,28 @@
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Packager>
|
||||
<Summary>CTPL − C Template (Parser) Library</Summary>
|
||||
<IsA>library</IsA>
|
||||
<License>GPL-3</License>
|
||||
<PartOf>programming.misc</PartOf>
|
||||
<Summary>CTPL − C Template (Parser) Library.</Summary>
|
||||
<Description>
|
||||
CTPL is a template engine library written in C and distributed under the terms of the GNU GPLv3+
|
||||
</Description>
|
||||
<License>GPLv3</License>
|
||||
<Archive sha1sum="5bdf50ee35a0e183f98eb0f455ccc7e1b87b8bd8" type="targz">
|
||||
http://download.tuxfamily.org/ctpl/releases/ctpl-0.3.4.tar.gz
|
||||
</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<!-- <Dependency>glibmm-devel</Dependency> -->
|
||||
<Dependency>gtk-doc</Dependency>
|
||||
<Dependency>python-six</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<!-- <Dependency>glibmm-devel</Dependency> -->
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>ctpl</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>glibmm</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>gtk-doc</Dependency>
|
||||
<Dependency>python-six</Dependency>
|
||||
</RuntimeDependencies>
|
||||
@@ -54,6 +54,7 @@
|
||||
<Name>ctpl-devel</Name>
|
||||
<Summary>Development files for ctpl</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency release="current">ctpl</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
@@ -63,6 +64,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2021-10-15</Date>
|
||||
<Version>0.3.4</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2019-10-18</Date>
|
||||
<Version>0.3.4</Version>
|
||||
|
||||
Reference in New Issue
Block a user