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

Sergej Pupykin spupykin at nymeria.archlinux.org
Tue Jul 1 15:43:59 UTC 2014


    Date: Tuesday, July 1, 2014 @ 17:43:59
  Author: spupykin
Revision: 114420

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-07-01 15:43:46 UTC (rev 114419)
+++ community-i686/PKGBUILD	2014-07-01 15:43:59 UTC (rev 114420)
@@ -1,21 +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.9
-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=('83a3a8fe0c15c9bbe2a8dae74c46b761')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-  make DESTDIR=$pkgdir install
-}

Copied: tnef/repos/community-i686/PKGBUILD (from rev 114419, tnef/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-07-01 15:43:59 UTC (rev 114420)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Jeffrey 'jf' Lim <jfs.world at gmail.com>
+
+pkgname=tnef
+pkgver=1.4.9
+pkgrel=2
+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=('83a3a8fe0c15c9bbe2a8dae74c46b761')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-07-01 15:43:46 UTC (rev 114419)
+++ community-x86_64/PKGBUILD	2014-07-01 15:43:59 UTC (rev 114420)
@@ -1,21 +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.9
-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=('83a3a8fe0c15c9bbe2a8dae74c46b761')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-  make DESTDIR=$pkgdir install
-}

Copied: tnef/repos/community-x86_64/PKGBUILD (from rev 114419, tnef/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-07-01 15:43:59 UTC (rev 114420)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Jeffrey 'jf' Lim <jfs.world at gmail.com>
+
+pkgname=tnef
+pkgver=1.4.9
+pkgrel=2
+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=('83a3a8fe0c15c9bbe2a8dae74c46b761')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}




More information about the arch-commits mailing list