flex: fix download url, cosmetics

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-03-30 13:15:37 +02:00
parent ae1ef4dc06
commit 37968b4cfa
2 changed files with 2 additions and 2 deletions

View File

@ -40,4 +40,4 @@ cat > $ROOT/$TOOLCHAIN/bin/lex << "EOF"
#!/bin/sh
exec flex -l "$@"
EOF
chmod -v 755 $ROOT/$TOOLCHAIN/bin/lex
chmod -v 755 $ROOT/$TOOLCHAIN/bin/lex

View File

@ -24,7 +24,7 @@ PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://flex.sourceforge.net/"
PKG_URL="http://prdownloads.sourceforge.net/flex/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_URL="$SOURCEFORGE_SRC/flex/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS=""
PKG_BUILD_DEPENDS="ccache"
PKG_PRIORITY="optional"