aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-04-15 06:14:18 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-04-15 06:14:36 +0000
commit2bd201bd3fb668a988b729a7c9bf9e79bb067cff (patch)
tree0108b1fb23b4a838feb84ec3cdf3f3e405e938e1
parentb5270ebf35a931b66efb0efbfe2388d0f605ad40 (diff)
downloadalpine_aports-2bd201bd3fb668a988b729a7c9bf9e79bb067cff.tar.bz2
alpine_aports-2bd201bd3fb668a988b729a7c9bf9e79bb067cff.tar.xz
alpine_aports-2bd201bd3fb668a988b729a7c9bf9e79bb067cff.zip
main/musl: let musl-dev replace uclibc-dev
-rw-r--r--main/musl/APKBUILD7
1 files changed, 6 insertions, 1 deletions
diff --git a/main/musl/APKBUILD b/main/musl/APKBUILD
index b02b7f06d1..8120bc093d 100644
--- a/main/musl/APKBUILD
+++ b/main/musl/APKBUILD
@@ -2,7 +2,7 @@
2# Maintainer: Timo Teräs <timo.teras@iki.fi> 2# Maintainer: Timo Teräs <timo.teras@iki.fi>
3pkgname=musl 3pkgname=musl
4pkgver=1.0.0 4pkgver=1.0.0
5pkgrel=9 5pkgrel=10
6pkgdesc="the musl c library (libc) implementation" 6pkgdesc="the musl c library (libc) implementation"
7url="http://www.musl-libc.org/" 7url="http://www.musl-libc.org/"
8arch="all" 8arch="all"
@@ -100,6 +100,11 @@ package() {
100 ln -sf ../../lib/"$LDSO" "$pkgdir"/usr/bin/ldd || return 1 100 ln -sf ../../lib/"$LDSO" "$pkgdir"/usr/bin/ldd || return 1
101} 101}
102 102
103dev() {
104 replaces="uclibc-dev"
105 default_dev
106}
107
103utils() { 108utils() {
104 replaces="uclibc-utils" 109 replaces="uclibc-utils"
105 mkdir -p "$subpkgdir"/usr/bin "$subpkgdir"/sbin 110 mkdir -p "$subpkgdir"/usr/bin "$subpkgdir"/sbin