@@ -15,9 +15,9 @@ def setup():
|
|||||||
shelltools.export("UPX_LZMADIR", get.workDIR())
|
shelltools.export("UPX_LZMADIR", get.workDIR())
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
autotools.make("all")
|
autotools.make("CHECK_WHITESPACE=/bin/true all")
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
pisitools.insinto("/usr/bin", "src/upx.out", "upx")
|
pisitools.insinto("/usr/bin", "src/upx.out", "upx")
|
||||||
pisitools.insinto("/usr/share/man/man1", "doc/upx.1")
|
pisitools.insinto("/usr/share/man/man1", "doc/upx.1")
|
||||||
pisitools.dodoc("BUGS", "COPYING", "LICENSE", "NEWS", "PROJECTS", "README*", "THANKS" )
|
pisitools.dodoc("BUGS", "COPYING", "LICENSE", "NEWS", "PROJECTS", "README*", "THANKS" )
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
<IsA>app:console</IsA>
|
<IsA>app:console</IsA>
|
||||||
<Summary>Ultimate executable compressor.</Summary>
|
<Summary>Ultimate executable compressor.</Summary>
|
||||||
<Description>UPX is an advanced executable file compressor. UPX will typically reduce the file size of programs and DLLs by around 50%-70%, thus reducing disk space, network load times, download times and other distribution and storage costs.</Description>
|
<Description>UPX is an advanced executable file compressor. UPX will typically reduce the file size of programs and DLLs by around 50%-70%, thus reducing disk space, network load times, download times and other distribution and storage costs.</Description>
|
||||||
<Archive sha1sum="da962c0affb27eae11aa9b6fbd751c3699717b36" type="tarbz2">http://upx.sourceforge.net/download/upx-3.91-src.tar.bz2</Archive>
|
<Archive sha1sum="d692b9b699992a8b6e29576734384dedca4e029b" type="tarxz">http://upx.sourceforge.net/download/upx-3.94-src.tar.xz</Archive>
|
||||||
<Archive sha1sum="5ec1c4606fec88c770a9712073e83916f8aed173" type="tarbz2">http://downloads.sourceforge.net/sevenzip/lzma465.tar.bz2</Archive>
|
<Archive sha1sum="5ec1c4606fec88c770a9712073e83916f8aed173" type="tarbz2">http://downloads.sourceforge.net/sevenzip/lzma465.tar.bz2</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>ucl-devel</Dependency>
|
<Dependency>ucl-devel</Dependency>
|
||||||
@@ -35,6 +35,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="4">
|
||||||
|
<Date>2018-01-14</Date>
|
||||||
|
<Version>3.94</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Mustafa Cinasal</Name>
|
||||||
|
<Email>muscnsl@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="3">
|
<Update release="3">
|
||||||
<Date>2017-02-17</Date>
|
<Date>2017-02-17</Date>
|
||||||
<Version>3.91</Version>
|
<Version>3.91</Version>
|
||||||
@@ -57,4 +64,4 @@
|
|||||||
<Email>karaguzelibrahim@gmail.com</Email>
|
<Email>karaguzelibrahim@gmail.com</Email>
|
||||||
</Update>
|
</Update>
|
||||||
</History>
|
</History>
|
||||||
</PISI>
|
</PISI>
|
||||||
|
|||||||
Reference in New Issue
Block a user