1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-12 18:59:50 +03:00

main/pcre: split static

This commit is contained in:
J0WI 2025-02-08 15:40:49 +01:00 committed by Natanael Copa
parent d8307068f3
commit 58a609a9bf

View file

@ -2,13 +2,13 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=pcre
pkgver=8.45
pkgrel=3
pkgrel=4
pkgdesc="Perl-compatible regular expression library"
url="https://www.pcre.org/"
arch="all"
makedepends="m4 libtool autoconf automake"
license="BSD-3-Clause"
subpackages="$pkgname-dev $pkgname-doc $pkgname-tools
subpackages="$pkgname-static $pkgname-dev $pkgname-doc $pkgname-tools
libpcrecpp libpcre16 libpcre32"
source="https://downloads.sourceforge.net/project/pcre/pcre/$pkgver/pcre-$pkgver.tar.bz2"