[arch-commits] Commit in pear-mail-mime-decode/repos (2 files)
Sergej Pupykin
spupykin at archlinux.org
Wed Feb 11 16:40:32 UTC 2015
Date: Wednesday, February 11, 2015 @ 17:40:31
Author: spupykin
Revision: 127570
archrelease: copy trunk to community-any
Added:
pear-mail-mime-decode/repos/community-any/
pear-mail-mime-decode/repos/community-any/PKGBUILD
(from rev 127569, pear-mail-mime-decode/trunk/PKGBUILD)
----------+
PKGBUILD | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
Copied: pear-mail-mime-decode/repos/community-any/PKGBUILD (from rev 127569, pear-mail-mime-decode/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD (rev 0)
+++ community-any/PKGBUILD 2015-02-11 16:40:31 UTC (rev 127570)
@@ -0,0 +1,29 @@
+# $Id: PKGBUILD 127560 2015-02-11 13:27:16Z spupykin $
+# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
+# Maintainer: max-k <max-k AT post DOT com>
+
+pkgname=pear-mail-mime-decode
+_pkgname=Mail_mimeDecode
+pkgver=1.5.5
+pkgrel=1
+pkgdesc='Provides a class to decode MIME messages'
+arch=('any')
+url="http://pear.php.net/package/${_pkgname}"
+license=('BSD')
+depends=('php>=4.3.0')
+makedepends=('php-pear>=1.6.0')
+options=('!strip')
+noextract=(${_pkgname}-${pkgver}.tgz)
+source=(http://download.pear.php.net/package/${_pkgname}-${pkgver}.tgz)
+md5sums=('915bf1c68a5518afc14700d5b1132200')
+
+package() {
+ cd ${srcdir}
+ local _PEARDIR="${pkgdir}/usr/share/pear"
+ local _PEAROPTS="-D php_dir=${_PEARDIR} -D doc_dir=${_PEARDIR}/doc"
+ local _PEAROPTS="${_PEAROPTS} -D test_dir=${_PEARDIR}/test"
+ local _PEAROPTS="${_PEAROPTS} -D data_dir=${_PEARDIR}/data"
+ pear ${_PEAROPTS} install -O -n ${_pkgname}-${pkgver}.tgz
+ rm -r ${_PEARDIR}/{.channels,.depdb*,.filemap,.lock,.registry}
+}
+
More information about the arch-commits
mailing list