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

Sergej Pupykin spupykin at archlinux.org
Mon Mar 6 18:57:25 UTC 2017


    Date: Monday, March 6, 2017 @ 18:57:25
  Author: spupykin
Revision: 215152

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

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

---------------------------+
 /PKGBUILD                 |   52 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   25 ---------------------
 community-x86_64/PKGBUILD |   25 ---------------------
 3 files changed, 52 insertions(+), 50 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-03-06 18:57:08 UTC (rev 215151)
+++ community-i686/PKGBUILD	2017-03-06 18:57:25 UTC (rev 215152)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Jeffrey 'jf' Lim <jfs.world at gmail.com>
-
-pkgname=tnef
-pkgver=1.4.12
-pkgrel=1
-arch=(i686 x86_64)
-pkgdesc="Program which operates like tar to unpack the files inside an ms-tnef MIME attachment"
-url="http://sourceforge.net/projects/tnef/"
-license=('GPL')
-depends=()
-source=(http://downloads.sourceforge.net/project/tnef/tnef/tnef-$pkgver.tar.gz)
-md5sums=('92b27d6ff4374fea28b04e38032c7710')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: tnef/repos/community-i686/PKGBUILD (from rev 215151, tnef/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-03-06 18:57:25 UTC (rev 215152)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Jeffrey 'jf' Lim <jfs.world at gmail.com>
+
+pkgname=tnef
+pkgver=1.4.13
+pkgrel=1
+arch=(i686 x86_64)
+pkgdesc="Program which operates like tar to unpack the files inside an ms-tnef MIME attachment"
+url="https://github.com/verdammelt/tnef"
+license=('GPL')
+depends=()
+source=("$pkgname-$pkgver.tar.gz::https://github.com/verdammelt/tnef/archive/$pkgver.tar.gz")
+sha256sums=('e1d0eb2ba1f7e4689158cf3dfe10ed1571ea239eedc223b830331c6b0fbfcbf7')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  [ -x configure ] || autoreconf
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-03-06 18:57:08 UTC (rev 215151)
+++ community-x86_64/PKGBUILD	2017-03-06 18:57:25 UTC (rev 215152)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Jeffrey 'jf' Lim <jfs.world at gmail.com>
-
-pkgname=tnef
-pkgver=1.4.12
-pkgrel=1
-arch=(i686 x86_64)
-pkgdesc="Program which operates like tar to unpack the files inside an ms-tnef MIME attachment"
-url="http://sourceforge.net/projects/tnef/"
-license=('GPL')
-depends=()
-source=(http://downloads.sourceforge.net/project/tnef/tnef/tnef-$pkgver.tar.gz)
-md5sums=('92b27d6ff4374fea28b04e38032c7710')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: tnef/repos/community-x86_64/PKGBUILD (from rev 215151, tnef/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-03-06 18:57:25 UTC (rev 215152)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Jeffrey 'jf' Lim <jfs.world at gmail.com>
+
+pkgname=tnef
+pkgver=1.4.13
+pkgrel=1
+arch=(i686 x86_64)
+pkgdesc="Program which operates like tar to unpack the files inside an ms-tnef MIME attachment"
+url="https://github.com/verdammelt/tnef"
+license=('GPL')
+depends=()
+source=("$pkgname-$pkgver.tar.gz::https://github.com/verdammelt/tnef/archive/$pkgver.tar.gz")
+sha256sums=('e1d0eb2ba1f7e4689158cf3dfe10ed1571ea239eedc223b830331c6b0fbfcbf7')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  [ -x configure ] || autoreconf
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list