Date: Thursday, April 25, 2013 @ 19:50:55 Author: ioni Revision: 183627
archrelease: copy trunk to extra-i686, extra-x86_64 Added: libgusb/repos/extra-i686/PKGBUILD (from rev 183626, libgusb/trunk/PKGBUILD) libgusb/repos/extra-x86_64/PKGBUILD (from rev 183626, libgusb/trunk/PKGBUILD) Deleted: libgusb/repos/extra-i686/PKGBUILD libgusb/repos/extra-x86_64/PKGBUILD -----------------------+ /PKGBUILD | 56 ++++++++++++++++++++++++++++++++++++++++++++++++ extra-i686/PKGBUILD | 28 ------------------------ extra-x86_64/PKGBUILD | 28 ------------------------ 3 files changed, 56 insertions(+), 56 deletions(-) Deleted: extra-i686/PKGBUILD =================================================================== --- extra-i686/PKGBUILD 2013-04-25 17:50:06 UTC (rev 183626) +++ extra-i686/PKGBUILD 2013-04-25 17:50:55 UTC (rev 183627) @@ -1,28 +0,0 @@ -# $Id$ -# Maintainer: Ionut Biru <ib...@archlinux.org> - -pkgname=libgusb -pkgver=0.1.4 -pkgrel=1 -pkgdesc="GLib wrapper around libusb1" -arch=('i686' 'x86_64') -url="https://gitorious.org/gusb/" -license=('LGPL2.1') -depends=('udev' 'libusbx') -makedepends=('gobject-introspection') -source=(http://people.freedesktop.org/~hughsient/releases/$pkgname-$pkgver.tar.xz) -options=('!libtool') -sha256sums=('64294a649e54df2009545f47577f41438ec50c2fc571dd7b08cf32cb14de37b9') - -build() { - cd "$srcdir/$pkgname-$pkgver" - ./configure --prefix=/usr --disable-static - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir" install -} - -# vim:set ts=2 sw=2 et: Copied: libgusb/repos/extra-i686/PKGBUILD (from rev 183626, libgusb/trunk/PKGBUILD) =================================================================== --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2013-04-25 17:50:55 UTC (rev 183627) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: Ionut Biru <ib...@archlinux.org> + +pkgname=libgusb +pkgver=0.1.6 +pkgrel=1 +pkgdesc="GLib wrapper around libusb1" +arch=('i686' 'x86_64') +url="https://gitorious.org/gusb/" +license=('LGPL2.1') +depends=('udev' 'libusbx') +makedepends=('gobject-introspection') +source=(http://people.freedesktop.org/~hughsient/releases/$pkgname-$pkgver.tar.xz) +options=('!libtool') +sha256sums=('900103ff24a851ef8395b992236ced0aedb4c265ef2264f6ad8349300095198b') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --disable-static + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} + +# vim:set ts=2 sw=2 et: Deleted: extra-x86_64/PKGBUILD =================================================================== --- extra-x86_64/PKGBUILD 2013-04-25 17:50:06 UTC (rev 183626) +++ extra-x86_64/PKGBUILD 2013-04-25 17:50:55 UTC (rev 183627) @@ -1,28 +0,0 @@ -# $Id$ -# Maintainer: Ionut Biru <ib...@archlinux.org> - -pkgname=libgusb -pkgver=0.1.4 -pkgrel=1 -pkgdesc="GLib wrapper around libusb1" -arch=('i686' 'x86_64') -url="https://gitorious.org/gusb/" -license=('LGPL2.1') -depends=('udev' 'libusbx') -makedepends=('gobject-introspection') -source=(http://people.freedesktop.org/~hughsient/releases/$pkgname-$pkgver.tar.xz) -options=('!libtool') -sha256sums=('64294a649e54df2009545f47577f41438ec50c2fc571dd7b08cf32cb14de37b9') - -build() { - cd "$srcdir/$pkgname-$pkgver" - ./configure --prefix=/usr --disable-static - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir" install -} - -# vim:set ts=2 sw=2 et: Copied: libgusb/repos/extra-x86_64/PKGBUILD (from rev 183626, libgusb/trunk/PKGBUILD) =================================================================== --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2013-04-25 17:50:55 UTC (rev 183627) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: Ionut Biru <ib...@archlinux.org> + +pkgname=libgusb +pkgver=0.1.6 +pkgrel=1 +pkgdesc="GLib wrapper around libusb1" +arch=('i686' 'x86_64') +url="https://gitorious.org/gusb/" +license=('LGPL2.1') +depends=('udev' 'libusbx') +makedepends=('gobject-introspection') +source=(http://people.freedesktop.org/~hughsient/releases/$pkgname-$pkgver.tar.xz) +options=('!libtool') +sha256sums=('900103ff24a851ef8395b992236ced0aedb4c265ef2264f6ad8349300095198b') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --disable-static + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} + +# vim:set ts=2 sw=2 et: