libphobos2.081: conflict with libphobos
This commit is contained in:
parent
d99125bad1
commit
214aecb958
1 changed files with 2 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'dmd2.081'
|
||||
pkgname=dmd2.081
|
||||
version=2.081.1
|
||||
revision=1
|
||||
revision=2
|
||||
create_wrksrc=yes
|
||||
hostmakedepends="which"
|
||||
makedepends="dmd-bootstrap"
|
||||
|
@ -75,7 +75,6 @@ do_install() {
|
|||
dmd2.081-doc_package() {
|
||||
short_desc="Documentation and sample code for D programming language"
|
||||
replaces="dmd-docs>=0"
|
||||
license="Boost License"
|
||||
|
||||
pkg_install() {
|
||||
cd dmd2
|
||||
|
@ -92,8 +91,7 @@ dmd2.081-doc_package() {
|
|||
|
||||
libphobos2.081_package() {
|
||||
short_desc+=" - standard library"
|
||||
license="Boost License"
|
||||
conflicts="dmd-bootstrap"
|
||||
conflicts="dmd-bootstrap libphobos"
|
||||
pkg_install() {
|
||||
vinstall ${wrksrc}/druntime/generated/linux/release/$_archbits/libdruntime.a 644 usr/lib libdruntime.a
|
||||
vinstall ${wrksrc}/phobos/generated/linux/release/$_archbits/libphobos2.a 644 usr/lib libphobos2.a
|
||||
|
|
Loading…
Reference in a new issue