aboutsummaryrefslogtreecommitdiffstats
path: root/community/php8-pecl-timezonedb/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/php8-pecl-timezonedb/APKBUILD')
-rw-r--r--community/php8-pecl-timezonedb/APKBUILD36
1 files changed, 0 insertions, 36 deletions
diff --git a/community/php8-pecl-timezonedb/APKBUILD b/community/php8-pecl-timezonedb/APKBUILD
deleted file mode 100644
index fd7b10d712f..00000000000
--- a/community/php8-pecl-timezonedb/APKBUILD
+++ /dev/null
@@ -1,36 +0,0 @@
-# Contributor: Fabio Ribeiro <fabiorphp@gmail.com>
-# Maintainer: Andy Postnikov <apostnikov@gmail.com>
-pkgname=php8-pecl-timezonedb
-_extname=timezonedb
-pkgver=2021.5
-pkgrel=0
-pkgdesc="Timezone Database to be used with PHP's date and time functions."
-url="https://pecl.php.net/package/timezonedb"
-arch="all"
-license="PHP-3.01"
-depends="php8-common"
-makedepends="php8-dev"
-source="php-pecl-$_extname-$pkgver.tgz::https://pecl.php.net/get/$_extname-$pkgver.tgz"
-builddir="$srcdir/$_extname-$pkgver"
-
-build() {
- phpize8
- ./configure --prefix=/usr --with-php-config=php-config8
- make
-}
-
-check() {
- # Test suite is not a part of pecl release.
- php8 -dextension=modules/$_extname.so --ri $_extname
-}
-
-package() {
- make INSTALL_ROOT="$pkgdir" install
- local _confdir="$pkgdir"/etc/php8/conf.d
- install -d $_confdir
- echo "extension=$_extname" > $_confdir/40_$_extname.ini
-}
-
-sha512sums="
-ac295df0dbc833e1b6d452df2fa0a316cc8df95abf6aaf809a87401256c891b9ba0e663dc300e5a0fdf1c0e3566b9eea580eff12ed4d2bcc4355b13eb5893d9e php-pecl-timezonedb-2021.5.tgz
-"