@@ -0,0 +1,22 @@
|
|||||||
|
#!/usr/bin/env 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():
|
||||||
|
# shelltools.export("LDFLAGS", "%s" % get.LDFLAGS())
|
||||||
|
# autotools.configure()
|
||||||
|
|
||||||
|
def build():
|
||||||
|
autotools.make('PREFIX=/usr PCDIR=/usr/lib/pkgconfig LDFLAGS="%s"' % get.LDFLAGS())
|
||||||
|
|
||||||
|
def install():
|
||||||
|
autotools.rawInstall("PREFIX=/usr PCDIR=/usr/lib/pkgconfig DESTDIR=%s" % get.installDIR())
|
||||||
|
|
||||||
|
pisitools.dodoc("COPYING", "README*")
|
||||||
@@ -0,0 +1,50 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>scdoc</Name>
|
||||||
|
<Homepage>https://git.sr.ht/~sircmpwn/scdoc/</Homepage>
|
||||||
|
<Packager>
|
||||||
|
<Name>PisiLinux Community</Name>
|
||||||
|
<Email>admins@pisilinux.org</Email>
|
||||||
|
</Packager>
|
||||||
|
<License>MIT</License>
|
||||||
|
<IsA>library</IsA>
|
||||||
|
<Summary>Tool for generating roff manual pages</Summary>
|
||||||
|
<Description>Roff kılavuz sayfaları oluşturmak için araç</Description>
|
||||||
|
<Archive sha1sum="951e44495ef6607583bf76718f29ac515e8973aa" type="targz">https://git.sr.ht/~sircmpwn/scdoc/archive/1.11.3.tar.gz
|
||||||
|
</Archive>
|
||||||
|
<!--
|
||||||
|
<BuildDependencies>
|
||||||
|
<Dependency>Dep1-devel</Dependency>
|
||||||
|
</BuildDependencies>
|
||||||
|
-->
|
||||||
|
<!--
|
||||||
|
<Patches>
|
||||||
|
<Patch>scdoc.patch</Patch>
|
||||||
|
<Patch level="1">scdoc.patch</Patch>
|
||||||
|
</Patches>
|
||||||
|
-->
|
||||||
|
</Source>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>scdoc</Name>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="executable">/usr/bin</Path>
|
||||||
|
<Path fileType="library">/usr/lib</Path>
|
||||||
|
<Path fileType="data">/usr/share</Path>
|
||||||
|
<Path fileType="man">/usr/share/man</Path>
|
||||||
|
<Path fileType="doc">/usr/share/doc</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
|
||||||
|
<History>
|
||||||
|
<Update release="1">
|
||||||
|
<Date>2024-08-16</Date>
|
||||||
|
<Version>1.11.3</Version>
|
||||||
|
<Comment>First release</Comment>
|
||||||
|
<Name>PisiLinux Community</Name>
|
||||||
|
<Email>admins@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
|
</History>
|
||||||
|
</PISI>
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>scdoc</Name>
|
||||||
|
<Summary xml:lang="tr">Tool for generating roff manual pages</Summary>
|
||||||
|
<Description xml:lang="tr">Roff kılavuz sayfaları oluşturmak için araç</Description>
|
||||||
|
</Source>
|
||||||
|
</PISI>
|
||||||
+424675
-424615
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
|||||||
46d7a98eb3d7e09e7402885b98bbaa5cab5d3722
|
1d3f11cbcb1af98280a55031ad2d3321fce3b34f
|
||||||
Binary file not shown.
@@ -1 +1 @@
|
|||||||
4a8620869794749cb1df17a91c0fd4b247797f64
|
23c0d56b91d5d3cd420ebb2b657804f4df403588
|
||||||
Reference in New Issue
Block a user