[arch-commits] Commit in (4 files)
Eli Schwartz
eschwartz at archlinux.org
Sun Oct 14 21:24:31 UTC 2018
Date: Sunday, October 14, 2018 @ 21:24:31
Author: eschwartz
Revision: 393864
addpkg: advancecomp 2.1-2
Finally fulfilling promise from TU application to package this
Added:
advancecomp/
advancecomp/repos/
advancecomp/trunk/
advancecomp/trunk/PKGBUILD
----------+
PKGBUILD | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
Added: advancecomp/trunk/PKGBUILD
===================================================================
--- advancecomp/trunk/PKGBUILD (rev 0)
+++ advancecomp/trunk/PKGBUILD 2018-10-14 21:24:31 UTC (rev 393864)
@@ -0,0 +1,25 @@
+# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
+# Contributor: 2ion
+
+pkgname=advancecomp
+pkgver=2.1
+pkgrel=2
+arch=('x86_64')
+pkgdesc="Recompression utilities for .zip .png .mng and .gz files using the 7-zip algorithm"
+url='https://www.advancemame.it/'
+license=('GPL')
+source=("https://github.com/amadvance/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('3ac0875e86a8517011976f04107186d5c60d434954078bc502ee731480933eb8')
+
+build() {
+ cd "${srcdir}"/${pkgname}-${pkgver}
+ ./configure \
+ --prefix=/usr \
+ --mandir=/usr/share/man
+ make
+}
+
+package() {
+ cd "${srcdir}"/${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list