]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
intltool: Cleanup makefile.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 17 Feb 2010 20:32:09 +0000 (21:32 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 17 Feb 2010 20:32:09 +0000 (21:32 +0100)
pkgs/core/intltool/intltool.nm

index 7681cbcbc87437b9a74d560901eb0b3419890040..d3bf69196d75d99645d664908d10c5a80275def4 100644 (file)
@@ -40,18 +40,9 @@ define PKG_DESCRIPTION
        them in the po files.
 endef
 
-PKG_BUILD_DEPS+= expat gettext perl-xml-parser
-PKG_DEPS      += 
+PKG_DEPS      += expat gettext perl-xml-parser
 
 PKG_TARBALL    = $(THISAPP).tar.bz2
 
-###############################################################################
-
-define STAGE_BUILD
-       cd $(DIR_APP) && \
-               ./configure \
-                       --prefix=/usr \
-                       --disable-static \
-                       --mandir=/usr/share/man
-endef
-
+CONFIGURE_OPTIONS += \
+       --mandir=/usr/share/man