mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
testing/llvm4: make -dev subpkg depend on origin
This commit is contained in:
parent
7e22dd2591
commit
ae53e2e934
@ -6,11 +6,12 @@ _pkgname=llvm
|
||||
pkgver=4.0.0
|
||||
_majorver=${pkgver%%.*}
|
||||
pkgname=$_pkgname$_majorver
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Low Level Virtual Machine compiler system (version $_majorver)"
|
||||
arch="all"
|
||||
url="http://llvm.org/"
|
||||
license="UOI-NCSA"
|
||||
depends_dev="$pkgname=$pkgver-r$pkgrel"
|
||||
makedepends="binutils-dev chrpath cmake file libffi-dev paxmark python2 zlib-dev"
|
||||
subpackages="$pkgname-static $pkgname-libs $pkgname-dev"
|
||||
source="http://llvm.org/releases/$pkgver/llvm-$pkgver.src.tar.xz
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user