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

Sergej Pupykin spupykin at archlinux.org
Fri Feb 17 18:06:16 UTC 2017


    Date: Friday, February 17, 2017 @ 18:06:15
  Author: spupykin
Revision: 212960

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

Added:
  mktorrent/repos/community-staging-i686/
  mktorrent/repos/community-staging-i686/PKGBUILD
    (from rev 212959, mktorrent/trunk/PKGBUILD)
  mktorrent/repos/community-staging-x86_64/
  mktorrent/repos/community-staging-x86_64/PKGBUILD
    (from rev 212959, mktorrent/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   28 ++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   28 ++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

Copied: mktorrent/repos/community-staging-i686/PKGBUILD (from rev 212959, mktorrent/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2017-02-17 18:06:15 UTC (rev 212960)
@@ -0,0 +1,28 @@
+# $Id$
+# Contributor: Emil Renner Berthing <esmil at users.sourceforge.net>
+
+pkgname=mktorrent
+pkgver=1.1
+pkgrel=2
+pkgdesc='Simple command line utility to create BitTorrent metainfo files'
+arch=('i686' 'x86_64')
+#url='http://mktorrent.sourceforge.net/'
+url="https://github.com/Rudde/mktorrent"
+license=('GPL')
+depends=('openssl')
+#source=("http://downloads.sourceforge.net/mktorrent/mktorrent-${pkgver}.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Rudde/mktorrent/archive/v$pkgver.tar.gz")
+sha256sums=('d0f47500192605d01b5a2569c605e51ed319f557d24cfcbcb23a26d51d6138c9')
+
+build() {
+  cd "$srcdir"/mktorrent-${pkgver}
+  make PREFIX=/usr \
+      USE_PTHREADS=1 USE_OPENSSL=1 USE_LONG_OPTIONS=1 USE_LARGE_FILES=1
+}
+
+package() {
+  cd "$srcdir"/mktorrent-${pkgver}
+  make DESTDIR="$pkgdir" PREFIX=/usr \
+      USE_PTHREADS=1 USE_OPENSSL=1 USE_LONG_OPTIONS=1 USE_LARGE_FILES=1 \
+      install
+}

Copied: mktorrent/repos/community-staging-x86_64/PKGBUILD (from rev 212959, mktorrent/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2017-02-17 18:06:15 UTC (rev 212960)
@@ -0,0 +1,28 @@
+# $Id$
+# Contributor: Emil Renner Berthing <esmil at users.sourceforge.net>
+
+pkgname=mktorrent
+pkgver=1.1
+pkgrel=2
+pkgdesc='Simple command line utility to create BitTorrent metainfo files'
+arch=('i686' 'x86_64')
+#url='http://mktorrent.sourceforge.net/'
+url="https://github.com/Rudde/mktorrent"
+license=('GPL')
+depends=('openssl')
+#source=("http://downloads.sourceforge.net/mktorrent/mktorrent-${pkgver}.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Rudde/mktorrent/archive/v$pkgver.tar.gz")
+sha256sums=('d0f47500192605d01b5a2569c605e51ed319f557d24cfcbcb23a26d51d6138c9')
+
+build() {
+  cd "$srcdir"/mktorrent-${pkgver}
+  make PREFIX=/usr \
+      USE_PTHREADS=1 USE_OPENSSL=1 USE_LONG_OPTIONS=1 USE_LARGE_FILES=1
+}
+
+package() {
+  cd "$srcdir"/mktorrent-${pkgver}
+  make DESTDIR="$pkgdir" PREFIX=/usr \
+      USE_PTHREADS=1 USE_OPENSSL=1 USE_LONG_OPTIONS=1 USE_LARGE_FILES=1 \
+      install
+}



More information about the arch-commits mailing list