Date: Sunday, September 6, 2015 @ 19:48:23
  Author: foutrelis
Revision: 139292

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

Added:
  rexima/repos/community-staging-i686/
  rexima/repos/community-staging-i686/ChangeLog
    (from rev 139291, rexima/trunk/ChangeLog)
  rexima/repos/community-staging-i686/PKGBUILD
    (from rev 139291, rexima/trunk/PKGBUILD)
  rexima/repos/community-staging-x86_64/
  rexima/repos/community-staging-x86_64/ChangeLog
    (from rev 139291, rexima/trunk/ChangeLog)
  rexima/repos/community-staging-x86_64/PKGBUILD
    (from rev 139291, rexima/trunk/PKGBUILD)

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

Copied: rexima/repos/community-staging-i686/ChangeLog (from rev 139291, 
rexima/trunk/ChangeLog)
===================================================================
--- community-staging-i686/ChangeLog                            (rev 0)
+++ community-staging-i686/ChangeLog    2015-09-06 17:48:23 UTC (rev 139292)
@@ -0,0 +1,2 @@
+2007-06-27 tardo <[email protected]>
+* Built for x86_64

Copied: rexima/repos/community-staging-i686/PKGBUILD (from rev 139291, 
rexima/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2015-09-06 17:48:23 UTC (rev 139292)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+# Contributor: Jeff Mickey <[email protected]>
+# Maintainer: Daniel J Griffiths <[email protected]>
+
+pkgname=rexima
+pkgver=1.4
+pkgrel=6
+pkgdesc="A curses-based interactive mixer."
+arch=('i686' 'x86_64')
+url="http://www.svgalib.org/rus/rexima.html";
+license=('GPL')
+depends=('ncurses')
+source=(http://ftp.ibiblio.org/pub/Linux/apps/sound/mixers/${pkgname}-${pkgver}.tar.gz)
+md5sums=('333a4db26409b9cca9b9e96ddf42f44c')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make PREFIX=$pkgdir/usr MANDIR=$pkgdir/usr/share/man/man1 install
+}

Copied: rexima/repos/community-staging-x86_64/ChangeLog (from rev 139291, 
rexima/trunk/ChangeLog)
===================================================================
--- community-staging-x86_64/ChangeLog                          (rev 0)
+++ community-staging-x86_64/ChangeLog  2015-09-06 17:48:23 UTC (rev 139292)
@@ -0,0 +1,2 @@
+2007-06-27 tardo <[email protected]>
+* Built for x86_64

Copied: rexima/repos/community-staging-x86_64/PKGBUILD (from rev 139291, 
rexima/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-09-06 17:48:23 UTC (rev 139292)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+# Contributor: Jeff Mickey <[email protected]>
+# Maintainer: Daniel J Griffiths <[email protected]>
+
+pkgname=rexima
+pkgver=1.4
+pkgrel=6
+pkgdesc="A curses-based interactive mixer."
+arch=('i686' 'x86_64')
+url="http://www.svgalib.org/rus/rexima.html";
+license=('GPL')
+depends=('ncurses')
+source=(http://ftp.ibiblio.org/pub/Linux/apps/sound/mixers/${pkgname}-${pkgver}.tar.gz)
+md5sums=('333a4db26409b9cca9b9e96ddf42f44c')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make PREFIX=$pkgdir/usr MANDIR=$pkgdir/usr/share/man/man1 install
+}

Reply via email to