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

Xyne xyne at nymeria.archlinux.org
Mon Sep 30 02:44:16 UTC 2013


    Date: Monday, September 30, 2013 @ 04:44:16
  Author: xyne
Revision: 97817

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

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

---------------------------+
 /PKGBUILD                 |   58 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   30 ----------------------
 community-x86_64/PKGBUILD |   30 ----------------------
 3 files changed, 58 insertions(+), 60 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-09-30 02:43:50 UTC (rev 97816)
+++ community-i686/PKGBUILD	2013-09-30 02:44:16 UTC (rev 97817)
@@ -1,30 +0,0 @@
-# Contributor: Jaroslaw Swierczynski <swiergot at aur.archlinux.org>
-# Contributor: eric <eric at archlinux.org>
-# Contributor: Markus Meissner <markus at meissna.de>
-
-pkgname=bchunk
-pkgver=1.2.0
-pkgrel=3
-pkgdesc="A Tool to Convert *.raw *.bin files to an ISO file"
-url="http://hes.iki.fi/bchunk/"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('glibc')
-source=(http://hes.iki.fi/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('6a613da3f34f9a303f202d2e9731d231')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  mkdir -p ${pkgdir}/usr/bin ${pkgdir}/usr/share/man/man1
-
-  make PREFIX=${pkgdir}/usr MAN_DIR=${pkgdir}/usr/share/man install
-  chown root.root ${pkgdir}/usr/share/man/man1/bchunk.1
-}
-# vim: ts=2 sw=2 et ft=sh

Copied: bchunk/repos/community-i686/PKGBUILD (from rev 97816, bchunk/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-09-30 02:44:16 UTC (rev 97817)
@@ -0,0 +1,29 @@
+# Maintainer: Xyne <ca dot archlinux at xyne, backwards>
+# Contributor: Jaroslaw Swierczynski <swiergot at aur.archlinux.org>
+# Contributor: eric <eric at archlinux.org>
+# Contributor: Markus Meissner <markus at meissna.de>
+
+pkgname=bchunk
+pkgver=1.2.0
+pkgrel=3
+pkgdesc="A Tool to Convert *.raw *.bin files to an ISO file"
+url="http://he.fi/bchunk/"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('glibc')
+source=(http://he.fi/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('6a613da3f34f9a303f202d2e9731d231')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  install -dm755 "$pkgdir"/usr/{bin,share/man/man1}
+  make PREFIX="$pkgdir/usr" MAN_DIR="$pkgdir/usr/share/man" install
+  chown root:root "$pkgdir/usr/share/man/man1/bchunk.1"
+}
+
+# vim: ts=2 sw=2 et ft=sh

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-09-30 02:43:50 UTC (rev 97816)
+++ community-x86_64/PKGBUILD	2013-09-30 02:44:16 UTC (rev 97817)
@@ -1,30 +0,0 @@
-# Contributor: Jaroslaw Swierczynski <swiergot at aur.archlinux.org>
-# Contributor: eric <eric at archlinux.org>
-# Contributor: Markus Meissner <markus at meissna.de>
-
-pkgname=bchunk
-pkgver=1.2.0
-pkgrel=3
-pkgdesc="A Tool to Convert *.raw *.bin files to an ISO file"
-url="http://hes.iki.fi/bchunk/"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('glibc')
-source=(http://hes.iki.fi/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('6a613da3f34f9a303f202d2e9731d231')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  mkdir -p ${pkgdir}/usr/bin ${pkgdir}/usr/share/man/man1
-
-  make PREFIX=${pkgdir}/usr MAN_DIR=${pkgdir}/usr/share/man install
-  chown root.root ${pkgdir}/usr/share/man/man1/bchunk.1
-}
-# vim: ts=2 sw=2 et ft=sh

Copied: bchunk/repos/community-x86_64/PKGBUILD (from rev 97816, bchunk/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-09-30 02:44:16 UTC (rev 97817)
@@ -0,0 +1,29 @@
+# Maintainer: Xyne <ca dot archlinux at xyne, backwards>
+# Contributor: Jaroslaw Swierczynski <swiergot at aur.archlinux.org>
+# Contributor: eric <eric at archlinux.org>
+# Contributor: Markus Meissner <markus at meissna.de>
+
+pkgname=bchunk
+pkgver=1.2.0
+pkgrel=3
+pkgdesc="A Tool to Convert *.raw *.bin files to an ISO file"
+url="http://he.fi/bchunk/"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('glibc')
+source=(http://he.fi/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('6a613da3f34f9a303f202d2e9731d231')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  install -dm755 "$pkgdir"/usr/{bin,share/man/man1}
+  make PREFIX="$pkgdir/usr" MAN_DIR="$pkgdir/usr/share/man" install
+  chown root:root "$pkgdir/usr/share/man/man1/bchunk.1"
+}
+
+# vim: ts=2 sw=2 et ft=sh




More information about the arch-commits mailing list