[arch-commits] Commit in libpst/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sat Jan 25 12:05:56 UTC 2020
Date: Saturday, January 25, 2020 @ 12:05:55
Author: arojas
Revision: 373910
archrelease: copy trunk to extra-x86_64
Added:
libpst/repos/extra-x86_64/PKGBUILD
(from rev 373909, libpst/trunk/PKGBUILD)
Deleted:
libpst/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 80 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 40 insertions(+), 40 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-01-25 12:05:30 UTC (rev 373909)
+++ PKGBUILD 2020-01-25 12:05:55 UTC (rev 373910)
@@ -1,40 +0,0 @@
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgbase=libpst
-pkgname=('libpst' 'libpst-docs')
-pkgver=0.6.72
-pkgrel=3
-arch=('x86_64')
-url="https://www.five-ten-sg.com/libpst/"
-license=('GPL')
-makedepends=('python2' 'boost' 'libgsf')
-source=(https://www.five-ten-sg.com/libpst/packages/${pkgbase}-${pkgver}.tar.gz)
-sha256sums=('8a19d891eb077091c507d98ed8e2d24b7f48b3e82743bcce2b00a12040f5d507')
-
-build() {
- cd $pkgbase-$pkgver
- ./configure --prefix=/usr --mandir=/usr/share/man \
- --disable-static --enable-libpst-shared --disable-dii PYTHON_VERSION=2
- sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
- make
-}
-
-package_libpst() {
- pkgdesc="Outlook .pst file converter"
- depends=('gcc-libs' 'libgsf')
- optdepends=('boost-libs: for libpst python interface')
- options=('!docs')
-
- cd $pkgbase-$pkgver
- make DESTDIR="${pkgdir}" install
-}
-
-package_libpst-docs() {
- pkgdesc="Documentation for Outlook .pst file converter"
- options=('docs')
-
- cd $pkgbase-$pkgver
- make DESTDIR="${pkgdir}" install-htmlDATA
- cd html
- make DESTDIR="${pkgdir}" install-htmldevelDATA
-}
Copied: libpst/repos/extra-x86_64/PKGBUILD (from rev 373909, libpst/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-01-25 12:05:55 UTC (rev 373910)
@@ -0,0 +1,40 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgbase=libpst
+pkgname=('libpst' 'libpst-docs')
+pkgver=0.6.74
+pkgrel=1
+arch=('x86_64')
+url="https://www.five-ten-sg.com/libpst/"
+license=('GPL')
+makedepends=('python2' 'boost' 'libgsf')
+source=(https://www.five-ten-sg.com/libpst/packages/${pkgbase}-${pkgver}.tar.gz)
+sha256sums=('f787dadce74a9578939ab54babb3f3f0086808cdee2370d7faac9e1fad44fd37')
+
+build() {
+ cd $pkgbase-$pkgver
+ ./configure --prefix=/usr --mandir=/usr/share/man \
+ --disable-static --enable-libpst-shared --disable-dii PYTHON_VERSION=2
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+ make
+}
+
+package_libpst() {
+ pkgdesc="Outlook .pst file converter"
+ depends=('gcc-libs' 'libgsf')
+ optdepends=('boost-libs: for libpst python interface')
+ options=('!docs')
+
+ cd $pkgbase-$pkgver
+ make DESTDIR="${pkgdir}" install
+}
+
+package_libpst-docs() {
+ pkgdesc="Documentation for Outlook .pst file converter"
+ options=('docs')
+
+ cd $pkgbase-$pkgver
+ make DESTDIR="${pkgdir}" install-htmlDATA
+ cd html
+ make DESTDIR="${pkgdir}" install-htmldevelDATA
+}
More information about the arch-commits
mailing list