mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
main/apr: add bash as dependency for -dev package
This commit is contained in:
parent
698a77e6af
commit
34bf6440cd
@ -1,14 +1,14 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=apr
|
||||
pkgver=1.4.5
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="The Apache Portable Runtime"
|
||||
url="http://apr.apache.org/"
|
||||
arch="all"
|
||||
license="APACHE"
|
||||
depends=
|
||||
makedepends="util-linux-ng-dev"
|
||||
depends_dev="util-linux-ng-dev"
|
||||
depends_dev="util-linux-ng-dev bash"
|
||||
makedepends="$depends_dev"
|
||||
subpackages="$pkgname-dev"
|
||||
source="http://www.apache.org/dist/$pkgname/$pkgname-$pkgver.tar.bz2
|
||||
"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user