dash-0.5.12
This commit is contained in:
@@ -2,14 +2,14 @@
|
||||
# -*- 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("--prefix=/")
|
||||
autotools.configure("--prefix=/usr")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
@@ -17,4 +17,5 @@ def build():
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dosym("/usr/bin/dash", "/bin/dash")
|
||||
pisitools.dodoc("COPYING")
|
||||
|
||||
@@ -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>dash</Name>
|
||||
@@ -8,23 +8,31 @@
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>BSD</License>
|
||||
<License>BSDv3</License>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Small and fast POSIX-compliant shell</Summary>
|
||||
<Summary>Small and fast POSIX-compliant shell.</Summary>
|
||||
<Description>DASH is a POSIX-compliant implementation of /bin/sh that aims to be as small as possible.</Description>
|
||||
<Archive sha1sum="bcfe37148a26bf1a222660cf4b4f6c6b64e4c94c" type="targz">http://gondor.apana.org.au/~herbert/dash/files/dash-0.5.10.2.tar.gz</Archive>
|
||||
<Archive sha1sum="e15444a93853f693774df003f87d9040ab600a5e" type="targz">http://gondor.apana.org.au/~herbert/dash/files/dash-0.5.12.tar.gz</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>dash</Name>
|
||||
<Files>
|
||||
<Path fileType="executable">/bin/dash</Path>
|
||||
<Path fileType="executable">/bin</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2025-05-16</Date>
|
||||
<Version>0.5.12</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2020-01-25</Date>
|
||||
<Version>0.5.10.2</Version>
|
||||
|
||||
Reference in New Issue
Block a user