From 4272e802a1be191657becb739e6a248c1d0411a7 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Tue, 28 Mar 2017 13:54:43 +0200 Subject: community/*: move php5 and dependent pkgs from main There two main reasons for this change: * Active support of PHP 5.x ended on January 2017, security support will end on December 2018. Packages in the main repository should be supported for at least 2 years, this means until first quarter of 2019 for the upcoming v3.6. * php7 and its extensions are currently in the community repository, so we can't use single abuild for both php5-* and php7-* packages (as we do for Python and Lua packages). This change was suggested by @vakartel, approved by @ncopa, @kaniini, and @jirutka. --- community/php5-pear-net_smtp/APKBUILD | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 community/php5-pear-net_smtp/APKBUILD (limited to 'community/php5-pear-net_smtp') diff --git a/community/php5-pear-net_smtp/APKBUILD b/community/php5-pear-net_smtp/APKBUILD new file mode 100644 index 0000000000..bef9135d53 --- /dev/null +++ b/community/php5-pear-net_smtp/APKBUILD @@ -0,0 +1,29 @@ +# Contributor: Valery Kartel +# Maintainer: Leonardo Arena +_php=php5 +pkgname=${_php}-pear-net_smtp +_pkgreal=Net_SMTP +pkgver=1.7.2 +pkgrel=0 +pkgdesc="An implementation of the SMTP protocol" +url="http://pear.php.net/package/Net_SMTP" +arch="noarch" +license="PHP" +depends="${_php}-pear ${_php}-pear-net_socket" +depends_dev="" +makedepends="$depends_dev ${_php}-pear" +install="" +subpackages="" +source="http://download.pear.php.net/package/$_pkgreal-$pkgver.tgz" + +_builddir="$srcdir"/$_pkgreal-$pkgver + +package() { + cd "$_builddir" + install -d "$pkgdir"/usr/share/pear + mv Net "$pkgdir"/usr/share/pear +} + +md5sums="503ab6cdf9ce7dc30b63d43c1a5b2173 Net_SMTP-1.7.2.tgz" +sha256sums="4ee7ba52d75e26fe033a4241754246db6c0bbc76768be3aac168058a24d3dfbf Net_SMTP-1.7.2.tgz" +sha512sums="06ab00a033709c5f4adc01fabe100ee0033b07e1c5633f995a672bf463484622a5bd976ada9932ee741ff593d739bd1172566f0a8446060bbccde71ea5b0160d Net_SMTP-1.7.2.tgz" -- cgit v1.2.3