aboutsummaryrefslogtreecommitdiffstats
path: root/community/zendframework
diff options
context:
space:
mode:
authorRoberto Oliveira <robertoguimaraes8@gmail.com>2017-10-01 00:21:33 +0000
committerRoberto Oliveira <robertoguimaraes8@gmail.com>2017-10-01 00:21:33 +0000
commit0eeae733425f2af4842273dbf3010430af6b4451 (patch)
treefecc375de63fb868888467cf22b337d85f201d30 /community/zendframework
parent8ba9707e925ca63947f8a62013e176b8bd5a0fe7 (diff)
downloadaports-0eeae733425f2af4842273dbf3010430af6b4451.tar.bz2
aports-0eeae733425f2af4842273dbf3010430af6b4451.tar.xz
community/zendframework: upgrade to 2.4.13 and modernize
Diffstat (limited to 'community/zendframework')
-rw-r--r--community/zendframework/APKBUILD30
1 files changed, 5 insertions, 25 deletions
diff --git a/community/zendframework/APKBUILD b/community/zendframework/APKBUILD
index 9f86220dde..e01ff63c26 100644
--- a/community/zendframework/APKBUILD
+++ b/community/zendframework/APKBUILD
@@ -1,40 +1,20 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=zendframework
-pkgver=2.2.5
+pkgver=2.4.13
pkgrel=0
pkgdesc="PHP web application framework"
url="http://framework.zend.com/"
arch="noarch"
license="BSD"
-depends=""
-depends_dev=""
-makedepends=""
-install=""
-subpackages=""
source="https://packages.zendframework.com/releases/ZendFramework-$pkgver/ZendFramework-$pkgver.tgz"
-_builddir="$srcdir"/ZendFramework-$pkgver
-prepare() {
- local i
- cd "$_builddir"
- for i in $source; do
- case $i in
- *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
- esac
- done
-}
-
-build() {
- cd "$_builddir"
-}
+builddir="$srcdir/ZendFramework-$pkgver"
package() {
- cd "$_builddir"
+ cd "$builddir"
mkdir -p "$pkgdir"/usr/share/php/zend
- cp -a "$_builddir"/* "$pkgdir"/usr/share/php/zend/
+ cp -a "$builddir"/* "$pkgdir"/usr/share/php/zend/
}
-md5sums="00b07173827269bf4ce5b40812f9fcc2 ZendFramework-2.2.5.tgz"
-sha256sums="b4b5aaf3667eb333d5095f8f3d7c1701856b97edb6814ec6ec6e0e5e0f1ea7d5 ZendFramework-2.2.5.tgz"
-sha512sums="51b2b5618847d21599b99e5286565bd060f186fb07cf2bb4b761f2f5991234ab67278788149ca0a2a8031747030d55a74e450834f47416e49c85a2e809f1c90c ZendFramework-2.2.5.tgz"
+sha512sums="3cd3cca1dcdf5de1b745b7ae946584727abd13dd48d0c67acc5b278f6a7a79666fc6f43b436151e529d20f9674558f7167fbe47ed04f98e58b0675868cee2038 ZendFramework-2.4.13.tgz"