Update SDK build tools to 24.0.1
[termux-packages] / packages / p7zip / build.sh
index ec1775f..0c0e89e 100644 (file)
@@ -1,6 +1,7 @@
 # adapted from archlinux PKGBUILD
 pkgname=p7zip
-pkgver=15.09
+pkgver=15.14.1
+TERMUX_PKG_MAINTAINER="Francisco Demartino <demartino.francisco@gmail.com>"
 TERMUX_PKG_VERSION=$pkgver
 TERMUX_PKG_HOMEPAGE=http://p7zip.sourceforge.net/
 TERMUX_PKG_DESCRIPTION="Command-line version of the 7zip compressed file archiver"
@@ -10,11 +11,6 @@ TERMUX_PKG_FOLDERNAME=${pkgname}_${pkgver}
 
 termux_step_configure () {
        cp makefile.android_arm makefile.machine
-
-       rm GUI/kde4/p7zip_compress.desktop
-
-       sed -i 's/wx-config/wx-config-2.8/g' CPP/7zip/TEST/TestUI/makefile \
-       CPP/7zip/UI/{FileManager,GUI,P7ZIP}/makefile
 }
 
 termux_step_make () {