@@ -3,8 +3,9 @@
|
|||||||
# Licensed under the GNU General Public License, version 3.
|
# Licensed under the GNU General Public License, version 3.
|
||||||
# See the file http://www.gnu.org/copyleft/gpl.txt
|
# See the file http://www.gnu.org/copyleft/gpl.txt
|
||||||
|
|
||||||
from pisi.actionsapi import autotools
|
|
||||||
from pisi.actionsapi import get
|
from pisi.actionsapi import get
|
||||||
|
from pisi.actionsapi import autotools
|
||||||
from pisi.actionsapi import pisitools
|
from pisi.actionsapi import pisitools
|
||||||
from pisi.actionsapi import shelltools
|
from pisi.actionsapi import shelltools
|
||||||
|
|
||||||
@@ -23,7 +24,6 @@ def build():
|
|||||||
|
|
||||||
def install():
|
def install():
|
||||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||||
|
|
||||||
pisitools.removeDir("/run")
|
pisitools.removeDir("/run")
|
||||||
pisitools.removeDir("/var")
|
pisitools.removeDir("/var")
|
||||||
pisitools.dodoc("LICENSE*", "README")
|
pisitools.dodoc("LICENSE*", "README")
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<PISI>
|
<PISI>
|
||||||
<Source>
|
<Source>
|
||||||
<Name>brltty</Name>
|
<Name>brltty</Name>
|
||||||
<Homepage>http://mielke.cc/brltty</Homepage>
|
<Homepage>https://brltty.app/</Homepage>
|
||||||
<Packager>
|
<Packager>
|
||||||
<Name>Kamil Atlı</Name>
|
<Name>Kamil Atlı</Name>
|
||||||
<Email>suvari@pisilinux.org</Email>
|
<Email>suvari@pisilinux.org</Email>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<License>GPLv3</License>
|
<License>GPLv3</License>
|
||||||
<Summary>Braille display driver for Linux/Unix</Summary>
|
<Summary>Braille display driver for Linux/Unix</Summary>
|
||||||
<Description>Braille display driver for Linux/Unix</Description>
|
<Description>Braille display driver for Linux/Unix</Description>
|
||||||
<Archive sha1sum="bc148de37b3f8bb93bebaa83008b712e427a8baf" type="tarxz">http://mielke.cc/brltty/archive/brltty-5.6.tar.xz</Archive>
|
<Archive sha1sum="bc148de37b3f8bb93bebaa83008b712e427a8baf" type="tarxz">https://brltty.app/archive/brltty-5.6.tar.xz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>gpm</Dependency>
|
<Dependency>gpm</Dependency>
|
||||||
<Dependency>tcl-devel</Dependency>
|
<Dependency>tcl-devel</Dependency>
|
||||||
@@ -73,7 +73,7 @@
|
|||||||
|
|
||||||
<History>
|
<History>
|
||||||
<Update release="2">
|
<Update release="2">
|
||||||
<Date>2018-08-11</Date>
|
<Date>2018-09-23</Date>
|
||||||
<Version>5.6</Version>
|
<Version>5.6</Version>
|
||||||
<Comment>Rebuild</Comment>
|
<Comment>Rebuild</Comment>
|
||||||
<Name>Ertuğrul Erata</Name>
|
<Name>Ertuğrul Erata</Name>
|
||||||
@@ -87,4 +87,4 @@
|
|||||||
<Email>suvari@pisilinux.org</Email>
|
<Email>suvari@pisilinux.org</Email>
|
||||||
</Update>
|
</Update>
|
||||||
</History>
|
</History>
|
||||||
</PISI>
|
</PISI>
|
||||||
Reference in New Issue
Block a user