[arch-commits] Commit in rtorrent/repos/community-staging-x86_64 (PKGBUILD PKGBUILD)

Jaroslav Lichtblau jlichtblau at archlinux.org
Mon Jul 13 20:02:04 UTC 2015


    Date: Monday, July 13, 2015 @ 22:02:04
  Author: jlichtblau
Revision: 136797

archrelease: copy trunk to community-staging-x86_64

Added:
  rtorrent/repos/community-staging-x86_64/PKGBUILD
    (from rev 136796, rtorrent/trunk/PKGBUILD)
Deleted:
  rtorrent/repos/community-staging-x86_64/PKGBUILD

----------+
 PKGBUILD |   77 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-13 20:01:50 UTC (rev 136796)
+++ PKGBUILD	2015-07-13 20:02:04 UTC (rev 136797)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Contributor:  Daenyth <Daenyth [at] gmail [dot] com>
-# Contributor: Jeff Mickey <jeff at archlinux.org>
-# Contributor: sh__
-
-pkgname=rtorrent
-pkgver=0.9.5
-pkgrel=1
-pkgdesc='Ncurses BitTorrent client based on libTorrent'
-url='http://rakshasa.github.io/rtorrent/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libtorrent=0.13.5' 'curl' 'xmlrpc-c' 'libsigc++')
-makedepends=('automake' 'autoconf')
-#source=("http://libtorrent.rakshasa.no/downloads/${pkgname}-${pkgver}.tar.gz")
-#sha1sums=('e997822e9b0d53cf8ecfb6b836e380065890e10d')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/rakshasa/${pkgname}/archive/${pkgver}.tar.gz")
-sha1sums=('ae2e2c6444bb29278406118527db19429c8095cf')
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	sed '/AM_PATH_CPPUNIT/d' -i configure.ac
-	./autogen.sh
-
-	export CXXFLAGS="${CXXFLAGS} -fno-strict-aliasing"
-	./configure \
-		--prefix=/usr \
-		--disable-debug \
-		--with-xmlrpc-c \
-
-	make
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	make DESTDIR="${pkgdir}" install
-	install -D doc/rtorrent.rc "${pkgdir}"/usr/share/doc/rtorrent/rtorrent.rc
-}

Copied: rtorrent/repos/community-staging-x86_64/PKGBUILD (from rev 136796, rtorrent/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-07-13 20:02:04 UTC (rev 136797)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor:  Daenyth <Daenyth [at] gmail [dot] com>
+# Contributor: Jeff Mickey <jeff at archlinux.org>
+# Contributor: sh__
+
+pkgname=rtorrent
+pkgver=0.9.5
+pkgrel=2
+pkgdesc='Ncurses BitTorrent client based on libTorrent'
+url='http://rakshasa.github.io/rtorrent/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libtorrent=0.13.5' 'curl' 'xmlrpc-c' 'libsigc++')
+#source=("http://libtorrent.rakshasa.no/downloads/${pkgname}-${pkgver}.tar.gz")
+#sha1sums=('e997822e9b0d53cf8ecfb6b836e380065890e10d')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rakshasa/${pkgname}/archive/${pkgver}.tar.gz")
+sha1sums=('ae2e2c6444bb29278406118527db19429c8095cf')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	sed '/AM_PATH_CPPUNIT/d' -i configure.ac
+	./autogen.sh
+
+	export CXXFLAGS="${CXXFLAGS} -fno-strict-aliasing"
+	./configure \
+		--prefix=/usr \
+		--disable-debug \
+		--with-xmlrpc-c \
+
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+	install -D doc/rtorrent.rc "${pkgdir}"/usr/share/doc/rtorrent/rtorrent.rc
+}



More information about the arch-commits mailing list