From b6a4765455bfd22815a91d90974b844ff721fedc Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 18:03:27 +0100 Subject: [PATCH] ratpoison: add autoreconf support Signed-off-by: Stephan Raue --- packages/x11/other/ratpoison/build | 2 -- packages/x11/other/ratpoison/meta | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/packages/x11/other/ratpoison/build b/packages/x11/other/ratpoison/build index 97d695cbc0..0741a42efe 100755 --- a/packages/x11/other/ratpoison/build +++ b/packages/x11/other/ratpoison/build @@ -5,8 +5,6 @@ LDFLAGS="$LDFLAGS -fwhole-program" cd $PKG_BUILD - -$AUTORECONF ./configure --host=$TARGET_NAME \ --build=$HOST_NAME \ --prefix=/usr \ diff --git a/packages/x11/other/ratpoison/meta b/packages/x11/other/ratpoison/meta index 558a75d092..2b9273cf0b 100644 --- a/packages/x11/other/ratpoison/meta +++ b/packages/x11/other/ratpoison/meta @@ -6,11 +6,11 @@ PKG_LICENSE="GPL" PKG_SITE="http://www.nongnu.org/ratpoison" PKG_URL="http://mirror.lihnidos.org/GNU/savannah/ratpoison/$PKG_NAME-$PKG_VERSION.tar.gz" PKG_DEPENDS="libXft libICE libX11 libXext libXtst libXinerama liberation-fonts-ttf" -PKG_BUILD_DEPENDS="toolchain libXft libICE libX11 libXext libXtst libXinerama" +PKG_BUILD_DEPENDS="toolchain util-macros libXft libICE libX11 libXext libXtst libXinerama" PKG_PRIORITY="optional" PKG_SECTION="x11/other" PKG_SHORTDESC="ratpoison: A window manager that lets you say good-bye to the rodent" PKG_LONGDESC="Ratpoison is a simple window manager with no large library dependencies, no fancy graphics, no window decorations, and no rodent dependence. It is largely modeled after GNU Screen, which has done wonders in the virtual terminal market. All interaction with the window manager is done through keystrokes. Ratpoison has a prefix map to minimize the key clobbering that cripples EMACS and other quality pieces of software. All windows are maximized and kept maximized to avoid wasting precious screen space." PKG_IS_ADDON="no" - +PKG_AUTORECONF="yes"