ratpoison: add autoreconf support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-25 18:03:27 +01:00
parent a930f41ff7
commit b6a4765455
2 changed files with 2 additions and 4 deletions

View File

@ -5,8 +5,6 @@
LDFLAGS="$LDFLAGS -fwhole-program"
cd $PKG_BUILD
$AUTORECONF
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \

View File

@ -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"