Skip to content
Snippets Groups Projects
Commit fe32d192 authored by Natanael Copa's avatar Natanael Copa
Browse files

main/alpine-base: use libc-utils meta package

parent 61641f48
No related branches found
No related tags found
No related merge requests found
......@@ -2,18 +2,13 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=alpine-base
pkgver=2.6.0_alpha2
pkgrel=1
pkgrel=2
pkgdesc="Meta package for minimal alpine base"
url="http://alpinelinux.org"
arch="noarch"
license="GPL"
depends="alpine-baselayout alpine-conf apk-tools busybox busybox-initscripts
openrc"
if [ "$ALPINE_LIBC" = "eglibc" ]; then
depends="$depends eglibc-utils"
else
depends="$depends uclibc-utils"
fi
openrc libc-utils"
makedepends=
install=
subpackages=
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment