ratpoison: rework PKG_DEPENDS, replace and merge PKG_BUILD_DEPENDS_* with PKG_DEPENDS_*

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-01-30 14:27:23 +01:00
parent 5d28d4243a
commit e89145fcfb

View File

@ -23,8 +23,7 @@ PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="http://www.nongnu.org/ratpoison" PKG_SITE="http://www.nongnu.org/ratpoison"
PKG_URL="http://download.savannah.nongnu.org/releases/ratpoison/$PKG_NAME-$PKG_VERSION.tar.xz" PKG_URL="http://download.savannah.nongnu.org/releases/ratpoison/$PKG_NAME-$PKG_VERSION.tar.xz"
PKG_DEPENDS="libX11 libXext libXtst libXinerama" PKG_DEPENDS_TARGET="toolchain util-macros libICE libX11 libXext libXtst libXinerama"
PKG_BUILD_DEPENDS_TARGET="toolchain util-macros libICE libX11 libXext libXtst libXinerama"
PKG_PRIORITY="optional" PKG_PRIORITY="optional"
PKG_SECTION="x11/other" PKG_SECTION="x11/other"
PKG_SHORTDESC="ratpoison: A window manager that lets you say good-bye to the rodent" PKG_SHORTDESC="ratpoison: A window manager that lets you say good-bye to the rodent"