[arch-commits] Commit in pear-mail-mime/repos (community-any community-any/PKGBUILD)
Sergej Pupykin
spupykin at archlinux.org
Wed Feb 11 13:27:27 UTC 2015
Date: Wednesday, February 11, 2015 @ 14:27:27
Author: spupykin
Revision: 127561
archrelease: copy trunk to community-any
Added:
pear-mail-mime/repos/community-any/
pear-mail-mime/repos/community-any/PKGBUILD
(from rev 127560, pear-mail-mime/trunk/PKGBUILD)
----------+
PKGBUILD | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
Copied: pear-mail-mime/repos/community-any/PKGBUILD (from rev 127560, pear-mail-mime/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD (rev 0)
+++ community-any/PKGBUILD 2015-02-11 13:27:27 UTC (rev 127561)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
+# Maintainer: max-k <max-k AT post DOT com>
+
+pkgname=pear-mail-mime
+_pkgname=Mail_Mime
+pkgver=1.8.8
+pkgrel=3
+pkgdesc='Provides a class to create 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=('7c60ad83a87cc83621dd50cd713b3080')
+
+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