+341853
-340331
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
a312475faa1ee7718a5f220685d7b15f8457412d
|
||||
48ae7cb9a844cbbdb69c0a9abf38413ca6e4769e
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
17ff76115ee67692cee059a85426185a79901c4e
|
||||
0430e2976b5aad55836b9eca9e788851b7999a59
|
||||
@@ -0,0 +1,20 @@
|
||||
#!/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 get
|
||||
|
||||
#def setup():
|
||||
#autotools.configure()
|
||||
|
||||
def build():
|
||||
autotools.make("samu")
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("PREFIX=/usr DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("LICENSE")
|
||||
@@ -0,0 +1,48 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>samurai</Name>
|
||||
<Homepage>https://github.com/michaelforney/samurai</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>Apache</License>
|
||||
<IsA>app</IsA>
|
||||
<Summary>ninja-compatible build tool written in C</Summary>
|
||||
<Description>ninja-compatible build tool written in C</Description>
|
||||
<Archive sha1sum="b3afe2ad097f5e5e0a36781f058382e2a4d4d5bc" type="targz">https://github.com/michaelforney/samurai/releases/download/1.2/samurai-1.2.tar.gz</Archive>
|
||||
<!--
|
||||
<BuildDependencies>
|
||||
<Dependency>Dep1-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
-->
|
||||
<!--
|
||||
<Patches>
|
||||
<Patch>samurai.patch</Patch>
|
||||
<Patch level="1">samurai.patch</Patch>
|
||||
</Patches>
|
||||
-->
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>samurai</Name>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</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>2022-06-09</Date>
|
||||
<Version>1.2</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>samurai</Name>
|
||||
<Summary xml:lang="tr">ninja-compatible build tool written in C</Summary>
|
||||
<Description xml:lang="tr">ninja-compatible build tool written in C</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user