Merge pull request #11552 from 4fury-c3440d8/new

libiconv rebuild.
This commit is contained in:
Rmys
2023-03-05 10:48:46 +03:00
committed by GitHub
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -8,7 +8,7 @@ from pisi.actionsapi import autotools, pisitools, get
i = ''.join([
' --prefix=/usr',
' --bindir=/usr/local/bin',
' --bindir=/usr/bin',
' --includedir=/usr/include/iconv',
' --enable-extra-encodings',
' --disable-static '
@@ -23,5 +23,6 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.rename("/usr/bin/iconv", "libiconv")
pisitools.remove("/usr/share/doc/*.html")
pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS", "THANKS")
+2 -2
View File
@@ -32,7 +32,7 @@
<!-- <Dependency>glibc</Dependency> -->
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/local/bin</Path>
<Path fileType="executable">/usr/bin/libiconv</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share/locale</Path>
<Path fileType="data">/usr/share/man/man1</Path>
@@ -53,7 +53,7 @@
<History>
<Update release="1">
<Date>2023-02-26</Date>
<Date>2023-03-04</Date>
<Version>1.17</Version>
<Comment>First build.</Comment>
<Name>fury</Name>