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

Sergej Pupykin spupykin at nymeria.archlinux.org
Sat Nov 2 08:51:48 UTC 2013


    Date: Saturday, November 2, 2013 @ 09:51:47
  Author: spupykin
Revision: 100299

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

Added:
  vorbissimple/repos/community-i686/PKGBUILD
    (from rev 100298, vorbissimple/trunk/PKGBUILD)
  vorbissimple/repos/community-x86_64/PKGBUILD
    (from rev 100298, vorbissimple/trunk/PKGBUILD)
Deleted:
  vorbissimple/repos/community-i686/PKGBUILD
  vorbissimple/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   50 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   21 ------------------
 community-x86_64/PKGBUILD |   21 ------------------
 3 files changed, 50 insertions(+), 42 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-11-02 08:51:32 UTC (rev 100298)
+++ community-i686/PKGBUILD	2013-11-02 08:51:47 UTC (rev 100299)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: William Rea <sillywilly at gmail.com>
-
-pkgname=vorbissimple
-pkgver=0.0.2
-pkgrel=3
-pkgdesc="A Vorbis decoder"
-arch=('i686' 'x86_64')
-url="http://kamaelia.sourceforge.net"
-license=('GPL')
-depends=('libvorbis')
-source=(http://downloads.sourceforge.net/kamaelia/$pkgname-$pkgver.tar.gz)
-md5sums=('332077b25a4c9547947ab0922361ffda')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver/libvorbissimple
-  ./configure --prefix=/usr
-  make
-  make DESTDIR=$pkgdir install
-}

Copied: vorbissimple/repos/community-i686/PKGBUILD (from rev 100298, vorbissimple/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-11-02 08:51:47 UTC (rev 100299)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgname=vorbissimple
+pkgver=0.0.2
+pkgrel=4
+pkgdesc="A Vorbis decoder"
+arch=('i686' 'x86_64')
+url="http://kamaelia.sourceforge.net"
+license=('GPL')
+depends=('libvorbis')
+source=(http://downloads.sourceforge.net/kamaelia/$pkgname-$pkgver.tar.gz)
+md5sums=('332077b25a4c9547947ab0922361ffda')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver/libvorbissimple
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver/libvorbissimple
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-11-02 08:51:32 UTC (rev 100298)
+++ community-x86_64/PKGBUILD	2013-11-02 08:51:47 UTC (rev 100299)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: William Rea <sillywilly at gmail.com>
-
-pkgname=vorbissimple
-pkgver=0.0.2
-pkgrel=3
-pkgdesc="A Vorbis decoder"
-arch=('i686' 'x86_64')
-url="http://kamaelia.sourceforge.net"
-license=('GPL')
-depends=('libvorbis')
-source=(http://downloads.sourceforge.net/kamaelia/$pkgname-$pkgver.tar.gz)
-md5sums=('332077b25a4c9547947ab0922361ffda')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver/libvorbissimple
-  ./configure --prefix=/usr
-  make
-  make DESTDIR=$pkgdir install
-}

Copied: vorbissimple/repos/community-x86_64/PKGBUILD (from rev 100298, vorbissimple/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-11-02 08:51:47 UTC (rev 100299)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgname=vorbissimple
+pkgver=0.0.2
+pkgrel=4
+pkgdesc="A Vorbis decoder"
+arch=('i686' 'x86_64')
+url="http://kamaelia.sourceforge.net"
+license=('GPL')
+depends=('libvorbis')
+source=(http://downloads.sourceforge.net/kamaelia/$pkgname-$pkgver.tar.gz)
+md5sums=('332077b25a4c9547947ab0922361ffda')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver/libvorbissimple
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver/libvorbissimple
+  make DESTDIR=$pkgdir install
+}




More information about the arch-commits mailing list