mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
startup: remove noarch
This commit is contained in:
parent
b87efcf97d
commit
b0243cd2a5
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'startup'
|
# Template file for 'startup'
|
||||||
pkgname=startup
|
pkgname=startup
|
||||||
version=2.0.2
|
version=2.0.2
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-sysvcompat --disable-dconf-bridge --disable-cgroups"
|
configure_args="--disable-sysvcompat --disable-dconf-bridge --disable-cgroups"
|
||||||
make_dirs="/var/log/startup 0750 root adm"
|
make_dirs="/var/log/startup 0750 root adm"
|
||||||
|
@ -25,7 +25,6 @@ post_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
startup-tools_package() {
|
startup-tools_package() {
|
||||||
archs=noarch
|
|
||||||
depends="${sourcepkg}>=${version}_${revision} python3-dbus python3-gobject"
|
depends="${sourcepkg}>=${version}_${revision} python3-dbus python3-gobject"
|
||||||
short_desc+=" - monitoring and analysis tools"
|
short_desc+=" - monitoring and analysis tools"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue