mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
testing/php7-timezonedb: modernize
This commit is contained in:
parent
b0d5ea10d8
commit
29f90c6cef
@ -3,18 +3,15 @@
|
||||
pkgname=php7-timezonedb
|
||||
_pkgreal=timezonedb
|
||||
pkgver=2018.3
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Timezone Database to be used with PHP's date and time functions."
|
||||
url="http://pecl.php.net/package/$_pkgreal"
|
||||
arch="all"
|
||||
license="PHP"
|
||||
depends=
|
||||
depends=""
|
||||
makedepends="php7-dev autoconf"
|
||||
install=""
|
||||
subpackages=""
|
||||
source="http://pecl.php.net/get/$_pkgreal-$pkgver.tgz"
|
||||
|
||||
builddir="$srcdir"/$_pkgreal-$pkgver
|
||||
builddir="$srcdir/$_pkgreal-$pkgver"
|
||||
options="!check" # upstream does not provide tests yet
|
||||
|
||||
build() {
|
||||
|
Loading…
Reference in New Issue
Block a user