avahi-discover: archs=noarch for python subpkgs only
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
ca1be33bd5
commit
1c271e8f57
1 changed files with 3 additions and 4 deletions
|
@ -5,9 +5,8 @@
|
|||
#
|
||||
pkgname=avahi-discover
|
||||
version=0.7
|
||||
revision=6
|
||||
revision=7
|
||||
wrksrc="avahi-${version}"
|
||||
noarch=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-qt3 --disable-qt4 --disable-mono --disable-monodoc
|
||||
--disable-doxygen-doc --enable-compat-libdns_sd --enable-compat-howl
|
||||
|
@ -84,9 +83,9 @@ do_install() {
|
|||
}
|
||||
|
||||
avahi-python-utils_package() {
|
||||
noarch=yes
|
||||
depends="avahi-python>=$version"
|
||||
short_desc="Avahi python utilities"
|
||||
archs=noarch
|
||||
pkg_install() {
|
||||
vmove usr/bin/avahi-bookmarks
|
||||
vmove "usr/share/man/man1/avahi-bookmarks*"
|
||||
|
@ -96,7 +95,7 @@ avahi-python-utils_package() {
|
|||
avahi-python_package() {
|
||||
depends="python-dbus"
|
||||
short_desc="Python utility package for Avahi"
|
||||
noarch=yes
|
||||
archs=noarch
|
||||
pycompile_module="avahi"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python2.7/site-packages/avahi
|
||||
|
|
Loading…
Reference in a new issue