libiconv rebuild.
This commit is contained in:
@@ -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")
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user