raul: remove package
This commit is contained in:
parent
a72b3ca60f
commit
16a941112d
|
@ -1082,7 +1082,6 @@ libxar.so.1 xar-1.6.1_9
|
|||
libmikmod.so.3 libmikmod-3.1.12_1
|
||||
libSDL_sound-1.0.so.1 SDL_sound-1.0.3_1
|
||||
libgtksourceview-2.0.so.0 gtksourceview2-2.10.5_1
|
||||
libraul.so.10 raul-0.8.0_1
|
||||
libxdot.so.4 graphviz-libs-2.28.0_6
|
||||
libgvpr.so.2 graphviz-libs-2.28.0_6
|
||||
libcgraph.so.6 graphviz-libs-2.28.0_6
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
raul
|
|
@ -1,27 +0,0 @@
|
|||
# Template file for 'raul'
|
||||
pkgname=raul
|
||||
version=0.8.0
|
||||
revision=6
|
||||
build_style=waf
|
||||
hostmakedepends="pkg-config python"
|
||||
makedepends="glib-devel boost-devel"
|
||||
short_desc="C++ utility library primarily aimed at audio/musical applications"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="ISC"
|
||||
homepage="http://drobilla.net/software/raul/"
|
||||
distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2"
|
||||
checksum=0b35cd7bb6fb0b1ca0340be07678a2561888572c96cf4e4da4d8f4c03a20ba26
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
||||
|
||||
raul-devel_package() {
|
||||
depends="libglib-devel raul>=${version}_${revision}"
|
||||
short_desc+=" - Development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
|
@ -413,6 +413,8 @@ replaces="
|
|||
qupzilla1<=1.8.9_16
|
||||
qupzilla<=3.0.1_1
|
||||
r2-bindings<=1.0.1_2
|
||||
raul-devel<=0.8.0_6
|
||||
raul<=0.8.0_6
|
||||
redkite<=1.3.1_1
|
||||
reminiscence<=0.4.6_1
|
||||
rkt-stage1-coreos<=1.30.0_3
|
||||
|
|
Loading…
Reference in New Issue