[arch-commits] Commit in libytnef/repos (4 files)
Pierre Schmitz
pierre at archlinux.org
Sat Sep 10 13:22:55 UTC 2011
Date: Saturday, September 10, 2011 @ 09:22:54
Author: pierre
Revision: 137716
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
libytnef/repos/extra-i686/PKGBUILD
(from rev 137715, libytnef/trunk/PKGBUILD)
libytnef/repos/extra-x86_64/PKGBUILD
(from rev 137715, libytnef/trunk/PKGBUILD)
Deleted:
libytnef/repos/extra-i686/PKGBUILD
libytnef/repos/extra-x86_64/PKGBUILD
-----------------------+
extra-i686/PKGBUILD | 49 ++++++++++++++++++++++++++----------------------
extra-x86_64/PKGBUILD | 49 ++++++++++++++++++++++++++----------------------
2 files changed, 54 insertions(+), 44 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2011-09-10 13:22:25 UTC (rev 137715)
+++ extra-i686/PKGBUILD 2011-09-10 13:22:54 UTC (rev 137716)
@@ -1,22 +0,0 @@
-# $Id: $
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Contributor: Andre Klitzing <aklitzing () online () de>
-pkgname=libytnef
-pkgver=1.5
-pkgrel=2
-pkgdesc="Yerase's TNEF Stream Reader library (decode winmail.dat)"
-url="http://freshmeat.net/projects/ytnef/"
-license=('GPL')
-arch=(i686 x86_64)
-options=(!libtool)
-depends=('glibc')
-source=(http://downloads.sourceforge.net/ytnef/${pkgname}-${pkgver}.tar.gz)
-md5sums=('6c44b955f33cf714c75a7bbe895cc352')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr --disable-static || return 1
- make || return 1
- make DESTDIR="${pkgdir}" install || return 1
- rm -f "${pkgdir}/usr/lib/libytnef.a"
-}
Copied: libytnef/repos/extra-i686/PKGBUILD (from rev 137715, libytnef/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-09-10 13:22:54 UTC (rev 137716)
@@ -0,0 +1,27 @@
+# $Id: $
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Andre Klitzing <aklitzing () online () de>
+
+pkgname=libytnef
+pkgver=1.5
+pkgrel=3
+pkgdesc="Yerase's TNEF Stream Reader library (decode winmail.dat)"
+url="http://freshmeat.net/projects/ytnef/"
+license=('GPL')
+arch=('i686' 'x86_64')
+options=('!libtool')
+depends=('glibc')
+source=("http://downloads.sourceforge.net/ytnef/${pkgname}-${pkgver}.tar.gz")
+md5sums=('6c44b955f33cf714c75a7bbe895cc352')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ ./configure --prefix=/usr --disable-static
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+ rm -f "${pkgdir}/usr/lib/libytnef.a"
+}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2011-09-10 13:22:25 UTC (rev 137715)
+++ extra-x86_64/PKGBUILD 2011-09-10 13:22:54 UTC (rev 137716)
@@ -1,22 +0,0 @@
-# $Id: $
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Contributor: Andre Klitzing <aklitzing () online () de>
-pkgname=libytnef
-pkgver=1.5
-pkgrel=2
-pkgdesc="Yerase's TNEF Stream Reader library (decode winmail.dat)"
-url="http://freshmeat.net/projects/ytnef/"
-license=('GPL')
-arch=(i686 x86_64)
-options=(!libtool)
-depends=('glibc')
-source=(http://downloads.sourceforge.net/ytnef/${pkgname}-${pkgver}.tar.gz)
-md5sums=('6c44b955f33cf714c75a7bbe895cc352')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr --disable-static || return 1
- make || return 1
- make DESTDIR="${pkgdir}" install || return 1
- rm -f "${pkgdir}/usr/lib/libytnef.a"
-}
Copied: libytnef/repos/extra-x86_64/PKGBUILD (from rev 137715, libytnef/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2011-09-10 13:22:54 UTC (rev 137716)
@@ -0,0 +1,27 @@
+# $Id: $
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Andre Klitzing <aklitzing () online () de>
+
+pkgname=libytnef
+pkgver=1.5
+pkgrel=3
+pkgdesc="Yerase's TNEF Stream Reader library (decode winmail.dat)"
+url="http://freshmeat.net/projects/ytnef/"
+license=('GPL')
+arch=('i686' 'x86_64')
+options=('!libtool')
+depends=('glibc')
+source=("http://downloads.sourceforge.net/ytnef/${pkgname}-${pkgver}.tar.gz")
+md5sums=('6c44b955f33cf714c75a7bbe895cc352')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ ./configure --prefix=/usr --disable-static
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+ rm -f "${pkgdir}/usr/lib/libytnef.a"
+}
More information about the arch-commits
mailing list