@@ -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")
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user