aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--unmaintained/zendframework/APKBUILD (renamed from community/zendframework/APKBUILD)3
1 files changed, 1 insertions, 2 deletions
diff --git a/community/zendframework/APKBUILD b/unmaintained/zendframework/APKBUILD
index 908d128475..baa0f37d79 100644
--- a/community/zendframework/APKBUILD
+++ b/unmaintained/zendframework/APKBUILD
@@ -5,13 +5,12 @@ pkgrel=0
pkgdesc="PHP web application framework"
url="https://framework.zend.com/"
arch="noarch"
-license="BSD"
+license="BSD-3-Clause"
source="https://packages.zendframework.com/releases/ZendFramework-$pkgver/ZendFramework-$pkgver.tgz"
builddir="$srcdir/ZendFramework-$pkgver"
package() {
- cd "$builddir"
mkdir -p "$pkgdir"/usr/share/php/zend
cp -a "$builddir"/* "$pkgdir"/usr/share/php/zend/