libiconv rebuild.

This commit is contained in:
4fury-c3440d8
2023-03-05 09:15:26 +03:00
parent 093a7aff6a
commit 6d1c7e31ab
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([ i = ''.join([
' --prefix=/usr', ' --prefix=/usr',
' --bindir=/usr/local/bin', ' --bindir=/usr/bin',
' --includedir=/usr/include/iconv', ' --includedir=/usr/include/iconv',
' --enable-extra-encodings', ' --enable-extra-encodings',
' --disable-static ' ' --disable-static '
@@ -23,5 +23,6 @@ def build():
def install(): def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR()) autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.rename("/usr/bin/iconv", "libiconv")
pisitools.remove("/usr/share/doc/*.html") pisitools.remove("/usr/share/doc/*.html")
pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS", "THANKS") pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS", "THANKS")
+2 -2
View File
@@ -32,7 +32,7 @@
<!-- <Dependency>glibc</Dependency> --> <!-- <Dependency>glibc</Dependency> -->
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="executable">/usr/local/bin</Path> <Path fileType="executable">/usr/bin/libiconv</Path>
<Path fileType="library">/usr/lib</Path> <Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share/locale</Path> <Path fileType="data">/usr/share/locale</Path>
<Path fileType="data">/usr/share/man/man1</Path> <Path fileType="data">/usr/share/man/man1</Path>
@@ -53,7 +53,7 @@
<History> <History>
<Update release="1"> <Update release="1">
<Date>2023-02-26</Date> <Date>2023-03-04</Date>
<Version>1.17</Version> <Version>1.17</Version>
<Comment>First build.</Comment> <Comment>First build.</Comment>
<Name>fury</Name> <Name>fury</Name>