[arch-commits] Commit in atool/repos (3 files)

Felix Yan felixonmars at archlinux.org
Tue Jul 7 18:59:18 UTC 2020


    Date: Tuesday, July 7, 2020 @ 18:59:17
  Author: felixonmars
Revision: 660117

archrelease: copy trunk to community-staging-any

Added:
  atool/repos/community-staging-any/
  atool/repos/community-staging-any/PKGBUILD
    (from rev 660116, atool/trunk/PKGBUILD)
  atool/repos/community-staging-any/atool.changelog
    (from rev 660116, atool/trunk/atool.changelog)

-----------------+
 PKGBUILD        |   42 ++++++++++++++++++++++++++++++++++++++++++
 atool.changelog |   27 +++++++++++++++++++++++++++
 2 files changed, 69 insertions(+)

Copied: atool/repos/community-staging-any/PKGBUILD (from rev 660116, atool/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-07-07 18:59:17 UTC (rev 660117)
@@ -0,0 +1,42 @@
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: leif_thande <leif.thande at gmail.com>
+# Contributor: tranquility <trankas at gmail.com>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=atool
+pkgver=0.39.0
+pkgrel=7
+pkgdesc="A script for managing file archives of various types"
+arch=('any')
+url="https://www.nongnu.org/atool/"
+license=('GPL3')
+depends=('file' 'perl')
+optdepends=('bzip2: for using atool with bzip2 compressed archives'
+            'cpio: for using atool with cpio archives'
+            'gzip: for using atool with gzip compressed archives'
+            'lha: for using atool with lha, lharc and similar archives'
+            'xz: for using atool with lzma compressed archives'
+            'lzop: for using atool with lzop compressed archives'
+            'p7zip: for using atool with 7z archives'
+            'tar: for using atool with tar archives'
+            'unace: for using atool with ace archives'
+            'unrar: for using atool with rar archives'
+            'zip: for using atool for creating zip archives'
+            'unzip: for using atool for unpacking archives')
+changelog=$pkgname.changelog
+source=(https://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
+validpgpkeys=('4E6E6521EF300E30457D7AFB8AAAC30E7088EFCB') # Oskar Liljeblad <oskar at osk.mine.nu>
+sha256sums=('aaf60095884abb872e25f8e919a8a63d0dabaeca46faeba87d12812d6efc703b'
+            'SKIP')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: atool/repos/community-staging-any/atool.changelog (from rev 660116, atool/trunk/atool.changelog)
===================================================================
--- community-staging-any/atool.changelog	                        (rev 0)
+++ community-staging-any/atool.changelog	2020-07-07 18:59:17 UTC (rev 660117)
@@ -0,0 +1,27 @@
+2016-12-10 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* atool 0.39.0-5 FS#52094
+
+2016-04-16 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* atool 0.39.0-4 FS#48958
+
+2014-07-05 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* atool 0.39.0-3 mtree rebuild
+
+2012-04-19 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* atool 0.39.0-1
+
+2012-02-21 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* atool 0.38.0-2
+	* signing package
+
+2011-08-20 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* Updated to major version 0.38.0
+
+2009-08-16 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* Updated to major version 0.37.0
+
+2008-10-05 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* Updated to major version 0.36.0
+
+2008-10-05 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* Moved to [community] repo



More information about the arch-commits mailing list