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

Felix Yan fyan at archlinux.org
Tue Oct 6 09:07:40 UTC 2015


    Date: Tuesday, October 6, 2015 @ 11:07:40
  Author: fyan
Revision: 143039

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-10-06 09:07:07 UTC (rev 143038)
+++ community-i686/PKGBUILD	2015-10-06 09:07:40 UTC (rev 143039)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: Xavion <Xavion (dot) 0 (at) Gmail (dot) com>
-# Contributor: damir <damir at archlinux.org>
-
-pkgname=zsync
-pkgver=0.6.2
-pkgrel=2
-pkgdesc="A file transfer program that's able to connect to rsync servers"
-arch=("i686" "x86_64")
-url="http://zsync.moria.org.uk/"
-depends=("glibc")
-license=("custom:Artistic")
-#source=(http://belnet.dl.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-source=(http://${pkgname}.moria.org.uk/download/${pkgname}-${pkgver}.tar.bz2)
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
-  make prefix="${pkgdir}"/usr install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/common/$pkgname/COPYING"
-}
-
-sha1sums=('5e69f084c8adaad6a677b68f7388ae0f9507617a')

Copied: zsync/repos/community-i686/PKGBUILD (from rev 143038, zsync/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-10-06 09:07:40 UTC (rev 143039)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Xavion <Xavion (dot) 0 (at) Gmail (dot) com>
+# Contributor: damir <damir at archlinux.org>
+
+pkgname=zsync
+pkgver=0.6.2
+pkgrel=3
+pkgdesc="A file transfer program that's able to connect to rsync servers"
+arch=("i686" "x86_64")
+url="http://zsync.moria.org.uk/"
+depends=("glibc")
+license=("custom:Artistic")
+source=(http://${pkgname}.moria.org.uk/download/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('5e69f084c8adaad6a677b68f7388ae0f9507617a')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  make prefix="${pkgdir}"/usr install
+  install -d "$pkgdir/usr/share/licenses/$pkgname"
+  mv "$pkgdir/usr/share/doc/zsync/COPYING" "$pkgdir/usr/share/licenses/$pkgname/"
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-10-06 09:07:07 UTC (rev 143038)
+++ community-x86_64/PKGBUILD	2015-10-06 09:07:40 UTC (rev 143039)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: Xavion <Xavion (dot) 0 (at) Gmail (dot) com>
-# Contributor: damir <damir at archlinux.org>
-
-pkgname=zsync
-pkgver=0.6.2
-pkgrel=2
-pkgdesc="A file transfer program that's able to connect to rsync servers"
-arch=("i686" "x86_64")
-url="http://zsync.moria.org.uk/"
-depends=("glibc")
-license=("custom:Artistic")
-#source=(http://belnet.dl.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-source=(http://${pkgname}.moria.org.uk/download/${pkgname}-${pkgver}.tar.bz2)
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
-  make prefix="${pkgdir}"/usr install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/common/$pkgname/COPYING"
-}
-
-sha1sums=('5e69f084c8adaad6a677b68f7388ae0f9507617a')

Copied: zsync/repos/community-x86_64/PKGBUILD (from rev 143038, zsync/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-10-06 09:07:40 UTC (rev 143039)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Xavion <Xavion (dot) 0 (at) Gmail (dot) com>
+# Contributor: damir <damir at archlinux.org>
+
+pkgname=zsync
+pkgver=0.6.2
+pkgrel=3
+pkgdesc="A file transfer program that's able to connect to rsync servers"
+arch=("i686" "x86_64")
+url="http://zsync.moria.org.uk/"
+depends=("glibc")
+license=("custom:Artistic")
+source=(http://${pkgname}.moria.org.uk/download/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('5e69f084c8adaad6a677b68f7388ae0f9507617a')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  make prefix="${pkgdir}"/usr install
+  install -d "$pkgdir/usr/share/licenses/$pkgname"
+  mv "$pkgdir/usr/share/doc/zsync/COPYING" "$pkgdir/usr/share/licenses/$pkgname/"
+}



More information about the arch-commits mailing list