libco: remove package
This commit is contained in:
parent
cc42e45c6d
commit
63d8f1d236
4 changed files with 2 additions and 28 deletions
|
@ -3858,7 +3858,6 @@ libigdgmm.so.11 intel-gmmlib-19.4.1_1
|
|||
libgtk-layer-shell.so.0 gtk-layer-shell-0.1.0_1
|
||||
librdkafka.so.1 librdkafka-1.4.4_3
|
||||
librdkafka++.so.1 librdkafka-1.4.4_3
|
||||
libco.so.0 libco-20_1
|
||||
libraft.so.0 raft-0.9.16_1
|
||||
libmdnsd.so.1 libmdnsd-0.9_1
|
||||
libosdGPU.so.3.4.3 OpenSubdiv-3.4.3_1
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
libco
|
|
@ -1,26 +0,0 @@
|
|||
# Template file for 'libco'
|
||||
pkgname=libco
|
||||
version=20
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
short_desc="Cooperative multithreading library written in C89"
|
||||
maintainer="Julio Galvan <juliogalvan@protonmail.com>"
|
||||
license="ISC"
|
||||
homepage="https://github.com/canonical/libco"
|
||||
distfiles="https://github.com/canonical/libco/archive/v${version}.tar.gz"
|
||||
checksum=6d6d6ada15a36224ee4aa59b8361c4b90f1ffb6c077b4932aa6e6344ee91be0e
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
libco-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
|
@ -335,6 +335,8 @@ replaces="
|
|||
zuluplay-devel<=1.1_1
|
||||
nodejs-lts-10<=10.24.0_2
|
||||
libspa-ffmpeg<=0.3.32_1
|
||||
libco<=20_1
|
||||
libco-devel<=20_1
|
||||
"
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||
|
|
Loading…
Reference in a new issue