mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-15 05:32:26 +01:00
21 lines
325 B
Plaintext
21 lines
325 B
Plaintext
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
|
pkgname=pkgconfig
|
|
pkgver=0.25
|
|
pkgrel=1
|
|
pkgdesc="Dummy meta package to pull in pkgconf"
|
|
url="http://bugs.alpinelinux.org/issues/1239"
|
|
arch="noarch"
|
|
license="GPL"
|
|
depends="pkgconf"
|
|
source=""
|
|
subpackages=""
|
|
|
|
build() {
|
|
return 0
|
|
}
|
|
|
|
package() {
|
|
mkdir -p "$pkgdir"
|
|
}
|
|
md5sums=""
|