diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2018-08-15 16:32:34 +0300 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2018-08-15 17:12:39 +0300 |
commit | 75135959887105b26f2b6d70b81ecfff956e01ef (patch) | |
tree | b897dd6859dfc60e39dcaeb66aacd0bacc760aa9 /testing | |
parent | 4f31868e9a10836e76759f32a0074b6d6e6ebfcf (diff) | |
download | aports-75135959887105b26f2b6d70b81ecfff956e01ef.tar.bz2 aports-75135959887105b26f2b6d70b81ecfff956e01ef.tar.xz |
testing/php7-timezonedb: move to community
Diffstat (limited to 'testing')
-rw-r--r-- | testing/php7-timezonedb/APKBUILD | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/testing/php7-timezonedb/APKBUILD b/testing/php7-timezonedb/APKBUILD deleted file mode 100644 index 8076ee0577..0000000000 --- a/testing/php7-timezonedb/APKBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# Contributor: Fabio Ribeiro <fabiorphp@gmail.com> -# Maintainer: Fabio Ribeiro <fabiorphp@gmail.com> -pkgname=php7-timezonedb -_pkgreal=timezonedb -pkgver=2018.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" -depends="" -makedepends="php7-dev autoconf" -source="https://pecl.php.net/get/$_pkgreal-$pkgver.tgz" -builddir="$srcdir/$_pkgreal-$pkgver" -options="!check" # upstream does not provide tests yet - -build() { - cd "$builddir" - phpize7 - ./configure --prefix=/usr --with-php-config=php-config7 - make -} - -package() { - cd "$builddir" - make INSTALL_ROOT="$pkgdir"/ install - install -d "$pkgdir"/etc/php7/conf.d - echo "extension=$_pkgreal.so" > "$pkgdir"/etc/php7/conf.d/40_$_pkgreal.ini -} - -sha512sums="6e06c1735e7cd0bddf360ed270ca05ab49c2115569d24a9ef235c25496726ab90c3df0320bd329237867336164f35a949fa048cd404077420bc83c2d8d36b899 timezonedb-2018.5.tgz" |