Revert "dash: avoid using configure_env, obsolete."

This reverts commit 1692651546.
Accidentally committed a bunch of not finished changes...
This commit is contained in:
Juan RP
2011-07-04 10:06:51 +02:00
parent 1692651546
commit 15b91fb1ac
13 changed files with 14 additions and 46 deletions

View File

@@ -6,8 +6,6 @@ long_desc="${long_desc}
This package contains development files for the HOWL compatibility
libraries provided by Avahi."
revision=1
Add_dependency run avahi-libs-devel
Add_dependency run avahi-compat-libs

View File

@@ -6,8 +6,6 @@ long_desc="${long_desc}
This package contains howl/mDNSResponder compatibility shared
libraries provided by Avahi."
revision=1
Add_dependency run glibc
Add_dependency run libssp
Add_dependency run dbus-libs

View File

@@ -6,9 +6,9 @@ long_desc="${long_desc}
This package contains development files for the glib libraries
provided by Avahi."
revision=1
Add_dependency run avahi-glib-libs
Add_dependency run glibc-devel
Add_dependency run avahi-libs-devel
Add_dependency run glib-devel
do_install()
{

View File

@@ -5,8 +5,6 @@ long_desc="${long_desc}
This package contains the glib shared libraries provided by Avahi."
revision=1
Add_dependency run glibc
Add_dependency run libssp
Add_dependency run dbus-libs

View File

@@ -6,8 +6,6 @@ long_desc="${long_desc}
This package contains development files for the core libraries
provided by Avahi."
revision=1
Add_dependency run glibc-devel
Add_dependency run libssp-devel
Add_dependency run dbus-devel

View File

@@ -5,8 +5,6 @@ long_desc="${long_desc}
This package contains core shared libraries provided by Avahi."
revision=1
Add_dependency run glibc
Add_dependency run libssp
Add_dependency run dbus-libs

View File

@@ -6,8 +6,6 @@ long_desc="${long_desc}
This package contains development files for the UI libraries
provided by Avahi."
revision=1
Add_dependency run glibc-devel
Add_dependency run avahi-libs-devel
Add_dependency run gtk+-devel

View File

@@ -5,8 +5,6 @@ long_desc="${long_desc}
This package contains the GTK+3 UI shared libraries provided by Avahi."
revision=1
Add_dependency run glibc
Add_dependency run libssp
Add_dependency run gdbm

View File

@@ -5,8 +5,6 @@ long_desc="${long_desc}
This package contains the UI shared libraries provided by Avahi."
revision=1
Add_dependency run glibc
Add_dependency run avahi-libs
Add_dependency run dbus-libs

View File

@@ -2,7 +2,13 @@
pkgname=avahi
version=0.6.30
distfiles="http://www.avahi.org/download/avahi-$version.tar.gz"
build_style=custom-install
build_style=gnu_configure
configure_args="--disable-qt3 --disable-qt4 --disable-mono --disable-monodoc
--disable-doxygen-doc --enable-compat-libdns_sd --enable-compat-howl
--with-xml=expat --with-avahi-user=avahi --with-avahi-group=avahi
--with-avahi-priv-access-group=netdev --with-autoipd-user=avahi
--with-autoipd-group=avahi --with-distro=gentoo --disable-xmltoman
--disable-dbm --localstatedir=/var"
short_desc="Multicast DNS Service Discovery"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=f9e4316c2339d0020726edd846d01bee0c39980906db0c247479e5807457ff1f
@@ -50,22 +56,3 @@ Add_dependency build dbus-python
Add_dependency build libglade-devel
Add_dependency build gtk+3-devel
Add_dependency build gobject-introspection
do_build()
{
export CFLAGS="$XBPS_CFLAGS -fPIC"
./configure ${CONFIGURE_SHARED_ARGS} --disable-qt3 --disable-qt4 \
--disable-mono --disable-monodoc --disable-doxygen-doc \
--enable-compat-libdns_sd --enable-compat-howl \
--with-xml=expat --with-avahi-user=avahi \
--with-avahi-group=avahi --with-avahi-priv-access-group=netdev \
--with-autoipd-user=avahi --with-autoipd-group=avahi \
--with-distro=gentoo --disable-xmltoman --localstatedir=/var \
--disable-dbm
make ${makejobs}
}
do_install()
{
make DESTDIR=${DESTDIR} install
}