[arch-commits] Commit in sbc/repos (4 files)
Jan Steffens
heftig at archlinux.org
Thu Sep 6 18:04:29 UTC 2012
Date: Thursday, September 6, 2012 @ 14:04:29
Author: heftig
Revision: 166341
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
sbc/repos/extra-i686/
sbc/repos/extra-i686/PKGBUILD
(from rev 166340, sbc/trunk/PKGBUILD)
sbc/repos/extra-x86_64/
sbc/repos/extra-x86_64/PKGBUILD
(from rev 166340, sbc/trunk/PKGBUILD)
-----------------------+
extra-i686/PKGBUILD | 25 +++++++++++++++++++++++++
extra-x86_64/PKGBUILD | 25 +++++++++++++++++++++++++
2 files changed, 50 insertions(+)
Copied: sbc/repos/extra-i686/PKGBUILD (from rev 166340, sbc/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-09-06 18:04:29 UTC (rev 166341)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=sbc
+pkgver=1.0
+pkgrel=1
+pkgdesc="Bluetooth Subband Codec (SBC) library"
+arch=('i686' 'x86_64')
+url="http://www.bluez.org/"
+license=('GPL' 'LGPL')
+depends=('glibc')
+options=(!libtool)
+source=(http://www.kernel.org/pub/linux/bluetooth/$pkgname-$pkgver.tar.xz)
+md5sums=('aa2bc39c4a09aade064efea4bbbc4b2d')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --disable-static --disable-tester
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
Copied: sbc/repos/extra-x86_64/PKGBUILD (from rev 166340, sbc/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2012-09-06 18:04:29 UTC (rev 166341)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=sbc
+pkgver=1.0
+pkgrel=1
+pkgdesc="Bluetooth Subband Codec (SBC) library"
+arch=('i686' 'x86_64')
+url="http://www.bluez.org/"
+license=('GPL' 'LGPL')
+depends=('glibc')
+options=(!libtool)
+source=(http://www.kernel.org/pub/linux/bluetooth/$pkgname-$pkgver.tar.xz)
+md5sums=('aa2bc39c4a09aade064efea4bbbc4b2d')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --disable-static --disable-tester
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list