unrar: update to unrar-4.0.3, fix build, dont autoreconf

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-12-26 02:25:49 +01:00
parent a303a85edf
commit 5df39f8b54
2 changed files with 5 additions and 3 deletions

View File

@ -2,8 +2,10 @@
. config/options $1
cd $BUILD/$1
# fails to build with GOLD linker
strip_gold
cd $BUILD/$1
make CC=$TARGET_CC \
RANLIB=$TARGET_RANLIB \
AR=$TARGET_AR \

View File

@ -1,5 +1,5 @@
PKG_NAME="unrar"
PKG_VERSION="3.9.10"
PKG_VERSION="4.0.3"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="free"
@ -13,4 +13,4 @@ PKG_SHORTDESC="unrar: Extract, test and view RAR archives"
PKG_LONGDESC="Unrar is a package to handle files compressed in the RAR format. Due to strange licensing issues this package can only view, test and extract files in a given archive, but not pack files. But since we have far more advanced open-source compression utils it should be enough to extract the content when you get a RAR archive."
PKG_IS_ADDON="no"
PKG_AUTORECONF="yes"
PKG_AUTORECONF="no"