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

Jan de Groot jgc at archlinux.org
Mon Feb 6 13:46:31 UTC 2017


    Date: Monday, February 6, 2017 @ 13:46:30
  Author: jgc
Revision: 288131

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

Added:
  libytnef/repos/extra-i686/PKGBUILD
    (from rev 288130, libytnef/trunk/PKGBUILD)
  libytnef/repos/extra-x86_64/PKGBUILD
    (from rev 288130, libytnef/trunk/PKGBUILD)
Deleted:
  libytnef/repos/extra-i686/PKGBUILD
  libytnef/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |   58 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   27 ----------------------
 extra-x86_64/PKGBUILD |   27 ----------------------
 3 files changed, 58 insertions(+), 54 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2017-02-06 13:46:24 UTC (rev 288130)
+++ extra-i686/PKGBUILD	2017-02-06 13:46:30 UTC (rev 288131)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Contributor: Andre Klitzing <aklitzing () online () de>
-
-pkgname=libytnef
-pkgver=1.8
-pkgrel=1
-pkgdesc="Yerase's TNEF Stream Reader library (decode winmail.dat)"
-url="https://github.com/Yeraze/ytnef"
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('glibc')
-source=(https://github.com/Yeraze/ytnef/archive/v${pkgver}.tar.gz)
-sha256sums=('f486a9a020ba8be1c0aa110d0ed0b5fd257f72943b0dbe16006ea065e89f3dd2')
-
-build() {
-  cd ytnef-${pkgver}/ytneflib
-  ./autogen.sh
-  autoreconf -fi
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd ytnef-${pkgver}/ytneflib
-  make DESTDIR="$pkgdir" install
-}

Copied: libytnef/repos/extra-i686/PKGBUILD (from rev 288130, libytnef/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2017-02-06 13:46:30 UTC (rev 288131)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Andre Klitzing <aklitzing () online () de>
+
+pkgname=libytnef
+pkgver=1.9
+pkgrel=1
+pkgdesc="Yerase's TNEF Stream Reader library (decode winmail.dat)"
+url="https://github.com/Yeraze/ytnef"
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('glibc')
+makedepends=('perl')
+optdepends=('perl: ytnefprocess.pl script')
+source=(https://github.com/Yeraze/ytnef/archive/v${pkgver}.tar.gz)
+sha256sums=('388bc35afe41adfb84d62ed1222da93b7ed6244f0cef8e563fb2fd33bbc412c7')
+
+build() {
+  cd ytnef-${pkgver}
+  ./autogen.sh
+  autoreconf -fi
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ytnef-${pkgver}
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2017-02-06 13:46:24 UTC (rev 288130)
+++ extra-x86_64/PKGBUILD	2017-02-06 13:46:30 UTC (rev 288131)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Contributor: Andre Klitzing <aklitzing () online () de>
-
-pkgname=libytnef
-pkgver=1.8
-pkgrel=1
-pkgdesc="Yerase's TNEF Stream Reader library (decode winmail.dat)"
-url="https://github.com/Yeraze/ytnef"
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('glibc')
-source=(https://github.com/Yeraze/ytnef/archive/v${pkgver}.tar.gz)
-sha256sums=('f486a9a020ba8be1c0aa110d0ed0b5fd257f72943b0dbe16006ea065e89f3dd2')
-
-build() {
-  cd ytnef-${pkgver}/ytneflib
-  ./autogen.sh
-  autoreconf -fi
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd ytnef-${pkgver}/ytneflib
-  make DESTDIR="$pkgdir" install
-}

Copied: libytnef/repos/extra-x86_64/PKGBUILD (from rev 288130, libytnef/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2017-02-06 13:46:30 UTC (rev 288131)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Andre Klitzing <aklitzing () online () de>
+
+pkgname=libytnef
+pkgver=1.9
+pkgrel=1
+pkgdesc="Yerase's TNEF Stream Reader library (decode winmail.dat)"
+url="https://github.com/Yeraze/ytnef"
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('glibc')
+makedepends=('perl')
+optdepends=('perl: ytnefprocess.pl script')
+source=(https://github.com/Yeraze/ytnef/archive/v${pkgver}.tar.gz)
+sha256sums=('388bc35afe41adfb84d62ed1222da93b7ed6244f0cef8e563fb2fd33bbc412c7')
+
+build() {
+  cd ytnef-${pkgver}
+  ./autogen.sh
+  autoreconf -fi
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ytnef-${pkgver}
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list