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

Ray Rashif schiv at nymeria.archlinux.org
Fri May 31 15:30:06 UTC 2013


    Date: Friday, May 31, 2013 @ 17:30:05
  Author: schiv
Revision: 186897

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

Added:
  liblo/repos/extra-i686/PKGBUILD
    (from rev 186896, liblo/trunk/PKGBUILD)
  liblo/repos/extra-x86_64/PKGBUILD
    (from rev 186896, liblo/trunk/PKGBUILD)
Deleted:
  liblo/repos/extra-i686/PKGBUILD
  liblo/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |   58 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   25 --------------------
 extra-x86_64/PKGBUILD |   25 --------------------
 3 files changed, 58 insertions(+), 50 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2013-05-31 15:29:36 UTC (rev 186896)
+++ extra-i686/PKGBUILD	2013-05-31 15:30:05 UTC (rev 186897)
@@ -1,25 +0,0 @@
-# $Id$
-# Contributor: damir <damir at archlinux.org>
-# Contributor: Pajaro
-
-pkgname=liblo
-pkgver=0.26
-pkgrel=2
-pkgdesc="Lightweight OSC implementation: an implementation of the Open Sound Control protocol for POSIX systems"
-arch=(i686 x86_64)
-url="http://plugin.org.uk/liblo/"
-license=('GPL')
-options=('!libtool')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('5351de14262560e15e7f23865293b16f')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install || return 1
-}

Copied: liblo/repos/extra-i686/PKGBUILD (from rev 186896, liblo/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2013-05-31 15:30:05 UTC (rev 186897)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: damir <damir at archlinux.org>
+# Contributor: Pajaro
+
+pkgname=liblo
+pkgver=0.27
+pkgrel=1
+pkgdesc="Lightweight OSC implementation: an implementation of the Open Sound Control protocol for POSIX systems"
+arch=('i686' 'x86_64')
+url="http://plugin.org.uk/liblo/"
+license=('GPL')
+depends=('glibc')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('e4317bab5b16003df350adfe2c181364')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2013-05-31 15:29:36 UTC (rev 186896)
+++ extra-x86_64/PKGBUILD	2013-05-31 15:30:05 UTC (rev 186897)
@@ -1,25 +0,0 @@
-# $Id$
-# Contributor: damir <damir at archlinux.org>
-# Contributor: Pajaro
-
-pkgname=liblo
-pkgver=0.26
-pkgrel=2
-pkgdesc="Lightweight OSC implementation: an implementation of the Open Sound Control protocol for POSIX systems"
-arch=(i686 x86_64)
-url="http://plugin.org.uk/liblo/"
-license=('GPL')
-options=('!libtool')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('5351de14262560e15e7f23865293b16f')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install || return 1
-}

Copied: liblo/repos/extra-x86_64/PKGBUILD (from rev 186896, liblo/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2013-05-31 15:30:05 UTC (rev 186897)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: damir <damir at archlinux.org>
+# Contributor: Pajaro
+
+pkgname=liblo
+pkgver=0.27
+pkgrel=1
+pkgdesc="Lightweight OSC implementation: an implementation of the Open Sound Control protocol for POSIX systems"
+arch=('i686' 'x86_64')
+url="http://plugin.org.uk/liblo/"
+license=('GPL')
+depends=('glibc')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('e4317bab5b16003df350adfe2c181364')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list