[arch-commits] Commit in detox/repos (4 files)

Jaroslav Lichtblau jlichtblau at archlinux.org
Wed Mar 8 17:43:40 UTC 2017


    Date: Wednesday, March 8, 2017 @ 17:43:39
  Author: jlichtblau
Revision: 215310

archrelease: copy trunk to community-i686, community-x86_64

Added:
  detox/repos/community-i686/
  detox/repos/community-i686/PKGBUILD
    (from rev 215309, detox/trunk/PKGBUILD)
  detox/repos/community-x86_64/
  detox/repos/community-x86_64/PKGBUILD
    (from rev 215309, detox/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   31 +++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   31 +++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

Copied: detox/repos/community-i686/PKGBUILD (from rev 215309, detox/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-03-08 17:43:39 UTC (rev 215310)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+
+pkgname=detox
+pkgver=1.3.0
+pkgrel=1
+pkgdesc="An utility designed to clean up filenames by replacing characters with standard equivalents"
+arch=('i686' 'x86_64')
+url="https://github.com/dharple/detox"
+license=('BSD')
+makedepends=('flex')
+backup=('etc/detox/detoxrc')
+source=($pkgname-$pkgver.tar.gz::https://github.com/dharple/detox/archive/v1.3.0.tar.gz)
+sha256sums=('00daf6b019b51c7bbc3ac96deeeec18fd886c144eeee97c3372dd297bb134c84')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  autoreconf --install
+  ./configure --prefix=/usr --sysconfdir=/etc/detox
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+#license file
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: detox/repos/community-x86_64/PKGBUILD (from rev 215309, detox/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-03-08 17:43:39 UTC (rev 215310)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+
+pkgname=detox
+pkgver=1.3.0
+pkgrel=1
+pkgdesc="An utility designed to clean up filenames by replacing characters with standard equivalents"
+arch=('i686' 'x86_64')
+url="https://github.com/dharple/detox"
+license=('BSD')
+makedepends=('flex')
+backup=('etc/detox/detoxrc')
+source=($pkgname-$pkgver.tar.gz::https://github.com/dharple/detox/archive/v1.3.0.tar.gz)
+sha256sums=('00daf6b019b51c7bbc3ac96deeeec18fd886c144eeee97c3372dd297bb134c84')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  autoreconf --install
+  ./configure --prefix=/usr --sysconfdir=/etc/detox
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+#license file
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list