From: Stefan Schantl Date: Wed, 6 Jul 2011 20:01:26 +0000 (+0200) Subject: newt: Exclude python module from package. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=837311002dfeb02682d624f153af12fdda8ca7f1;p=ipfire-3.x.git newt: Exclude python module from package. Fixes #210. --- diff --git a/pkgs/newt/newt.nm b/pkgs/newt/newt.nm index 9e5f3e569..65d41d0c6 100644 --- a/pkgs/newt/newt.nm +++ b/pkgs/newt/newt.nm @@ -26,7 +26,7 @@ include $(PKGROOT)/Include PKG_NAME = newt PKG_VER = 0.52.10 -PKG_REL = 0 +PKG_REL = 1 PKG_MAINTAINER = PKG_GROUPS = System/Libraries @@ -34,8 +34,14 @@ PKG_URL = https://fedorahosted.org/releases/n/e/newt/ PKG_LICENSE = LGPLv2 PKG_SUMMARY = A library for text mode user interfaces. +PKG_PACKAGES += newt-devel newt-python PKG_BUILD_DEPS+= popt-devel python-devel slang-devel +PKG_SUMMARY-newt-python = Python bindings for newt. +PKG_DESCRIPTION-newt-python = $(PKG_SUMMARY-newt-python) +PKG_PROVIDES-newt-python += python-newt python-snack +PKG_FILES-newt-python = /usr/lib/python*/site-packages/*snack* + define PKG_DESCRIPTION Newt is a programming library for color text mode, widget based user \ interfaces. Newt can be used to add stacked windows, entry widgets, \ @@ -48,8 +54,6 @@ endef PKG_TARBALL = $(THISAPP).tar.gz -PKG_PACKAGES += $(PKG_NAME)-devel - CONFIGURE_OPTIONS += \ --without-gpm-support \ --without-tcl