]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/commitdiff
pakfire: Update to 0.9.4.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 30 Jul 2011 21:19:00 +0000 (23:19 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 30 Jul 2011 21:19:00 +0000 (23:19 +0200)
pkgs/pakfire/pakfire.nm

index ff87b61fb2dc47648fa51282b46100687b3b1a18..a79d350aa9156cc03072bdb60d43f0827191da2f 100644 (file)
@@ -25,9 +25,8 @@
 include $(PKGROOT)/Include
 
 PKG_NAME       = pakfire
-PKG_VER        = 0.9.2
+PKG_VER        = 0.9.4
 PKG_REL        = 1
-PKG_ARCH       = noarch
 
 PKG_MAINTAINER = Michael Tremer <michael.tremer@ipfire.org>
 PKG_GROUPS     = Base System/Packaging
@@ -35,8 +34,17 @@ PKG_URL        = http://www.ipfire.org/
 PKG_LICENSE    = GPLv3+
 PKG_SUMMARY    = Package installer/updater.
 
-PKG_BUILD_DEPS = python-devel python-distutils-extra $(PKG_DEPS)
-PKG_DEPS      += pyliblzma python-progressbar python-urlgrabber pyxattr \
+PKG_BUILD_DEPS+= \
+       intltool \
+       libsatsolver-devel>=0.16.4-5 \
+       python-devel \
+       python-distutils-extra
+
+PKG_DEPS += \
+       pyliblzma \
+       python-progressbar \
+       python-urlgrabber \
+       pyxattr \
        system-release
 
 define PKG_DESCRIPTION
@@ -46,6 +54,8 @@ endef
 
 PKG_TARBALL    = $(THISAPP).tar.gz
 
+export CFLAGS += -fno-strict-aliasing
+
 define STAGE_BUILD
        cd $(DIR_APP) && make $(PARALLELISMFLAGS)
 endef