]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
dbus-glib: Fix styling of makefile.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 3 Feb 2010 18:33:50 +0000 (19:33 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 3 Feb 2010 18:33:50 +0000 (19:33 +0100)
pkgs/core/dbus-glib/dbus-glib.nm

index 0f87db3565c252b0b894e1961cb7a8a36547e137..6489cbc899b4823f2a173269f324568afa3986bf 100644 (file)
@@ -44,20 +44,11 @@ endef
 
 PKG_TARBALL    = $(THISAPP).tar.gz
 
-###############################################################################
-# Installation Details
-###############################################################################
+CONFIGURE_OPTIONS += \
+       --sysconfdir=/etc \
+       --libexecdir=/usr/lib \
+       --mandir=/usr/share/man
 
-define STAGE_BUILD
-       cd $(DIR_APP) && \
-               ./configure \
-                       --prefix=/usr \
-                       --sysconfdir=/etc \
-                       --libexecdir=/usr/lib \
-                       --mandir=/usr/share/man
-
-       cd $(DIR_APP) && make $(PARALLELISMFLAGS)
-endef
 define STAGE_TEST
        cd $(DIR_APP) && make check
 endef