mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
flex: fix download url, cosmetics
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user