Date: Friday, March 11, 2016 @ 15:12:26
  Author: arodseth
Revision: 166126

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

Added:
  usleep/repos/community-i686/PKGBUILD
    (from rev 166125, usleep/trunk/PKGBUILD)
  usleep/repos/community-x86_64/PKGBUILD
    (from rev 166125, usleep/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   27 +++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   27 +++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

Copied: usleep/repos/community-i686/PKGBUILD (from rev 166125, 
usleep/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2016-03-11 14:12:26 UTC (rev 166126)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <[email protected]>
+# Contributor: Corentin Peuvrel <[email protected]>
+
+pkgname=usleep
+pkgver=1.0
+pkgrel=3
+pkgdesc='Sleep for (at least) the given number of microseconds'
+arch=('x86_64' 'i686')
+url='https://github.com/cpeuvrel/usleep-aur'
+license=('MIT')
+depends=('glibc')
+makedepends=('git')
+source=("usleep::git://github.com/cpeuvrel/usleep-aur#commit=4f880a7")
+md5sums=('SKIP')
+
+build() {
+  make -C "$pkgname"
+}
+
+package() {
+  make -C "$pkgname" PREFIX="$pkgdir/usr/bin" install
+  install -Dm644 "$pkgname/LICENSE" \
+    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: usleep/repos/community-x86_64/PKGBUILD (from rev 166125, 
usleep/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2016-03-11 14:12:26 UTC (rev 166126)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <[email protected]>
+# Contributor: Corentin Peuvrel <[email protected]>
+
+pkgname=usleep
+pkgver=1.0
+pkgrel=3
+pkgdesc='Sleep for (at least) the given number of microseconds'
+arch=('x86_64' 'i686')
+url='https://github.com/cpeuvrel/usleep-aur'
+license=('MIT')
+depends=('glibc')
+makedepends=('git')
+source=("usleep::git://github.com/cpeuvrel/usleep-aur#commit=4f880a7")
+md5sums=('SKIP')
+
+build() {
+  make -C "$pkgname"
+}
+
+package() {
+  make -C "$pkgname" PREFIX="$pkgdir/usr/bin" install
+  install -Dm644 "$pkgname/LICENSE" \
+    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Reply via email to