Date: Sunday, December 6, 2015 @ 20:24:43
  Author: foutrelis
Revision: 149095

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

Added:
  mp3unicode/repos/community-staging-i686/
  mp3unicode/repos/community-staging-i686/PKGBUILD
    (from rev 149094, mp3unicode/trunk/PKGBUILD)
  mp3unicode/repos/community-staging-x86_64/
  mp3unicode/repos/community-staging-x86_64/PKGBUILD
    (from rev 149094, mp3unicode/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   27 +++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   27 +++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

Copied: mp3unicode/repos/community-staging-i686/PKGBUILD (from rev 149094, 
mp3unicode/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2015-12-06 19:24:43 UTC (rev 149095)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonl...@aur.archlinux.org>
+# Contributor: Zhukov Pavel <gel...@gmail.com>
+
+pkgname=mp3unicode
+pkgver=1.2.1
+pkgrel=3
+pkgdesc="A command line utility to convert ID3 tags in mp3 files between 
different encodings"
+arch=('i686' 'x86_64')
+url="http://mp3unicode.yellowsite.ru/";
+license=('GPL')
+depends=('taglib')
+source=(https://github.com/downloads/alonbl/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha256sums=('375b432ce784407e74fceb055d115bf83b1bd04a83b95256171e1a36e00cfe07')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Copied: mp3unicode/repos/community-staging-x86_64/PKGBUILD (from rev 149094, 
mp3unicode/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-06 19:24:43 UTC (rev 149095)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonl...@aur.archlinux.org>
+# Contributor: Zhukov Pavel <gel...@gmail.com>
+
+pkgname=mp3unicode
+pkgver=1.2.1
+pkgrel=3
+pkgdesc="A command line utility to convert ID3 tags in mp3 files between 
different encodings"
+arch=('i686' 'x86_64')
+url="http://mp3unicode.yellowsite.ru/";
+license=('GPL')
+depends=('taglib')
+source=(https://github.com/downloads/alonbl/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha256sums=('375b432ce784407e74fceb055d115bf83b1bd04a83b95256171e1a36e00cfe07')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Reply via email to