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:
parent
d8307068f3
commit
58a609a9bf
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue