samurai v1.3
This commit is contained in:
@@ -1,18 +1,15 @@
|
||||
#!/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
|
||||
|
||||
#def setup():
|
||||
#autotools.configure()
|
||||
|
||||
def build():
|
||||
autotools.make("samu")
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("PREFIX=/usr DESTDIR=%s" % get.installDIR())
|
||||
|
||||
@@ -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>samurai</Name>
|
||||
@@ -9,21 +9,12 @@
|
||||
<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>
|
||||
-->
|
||||
<!--
|
||||
<Archive sha1sum="21f322fe39b0d128c2d127d46e06d1f4f1329667" type="targz">https://github.com/michaelforney/samurai/releases/download/1.3/samurai-1.3.tar.gz</Archive>
|
||||
<Patches>
|
||||
<Patch>samurai.patch</Patch>
|
||||
<Patch level="1">samurai.patch</Patch>
|
||||
<!-- <Patch level="1"></Patch> -->
|
||||
</Patches>
|
||||
-->
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
@@ -31,12 +22,17 @@
|
||||
<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="2">
|
||||
<Date>2026-04-06</Date>
|
||||
<Version>1.3</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2022-06-09</Date>
|
||||
<Version>1.2</Version>
|
||||
|
||||
Reference in New Issue
Block a user