misc/ibus-chewing: Fixed download link.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
dsomero 2012-09-08 18:04:54 -04:00 committed by Robby Workman
parent ab81f6fe0a
commit 7785dd66aa
2 changed files with 4 additions and 3 deletions

View file

@ -62,7 +62,7 @@ cd $TMP
rm -rf $PRGNAM-$VERSION-Source
tar xvf $CWD/$PRGNAM-$VERSION-Source.tar.gz
cd $PRGNAM-$VERSION-Source
tar xvf $CWD/cmake-fedora-modules-only-latest.tar.gz
tar xvf $CWD/cmake-fedora-0.8.1-modules-only.tar.gz
chown -R root:root .
find . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \

View file

@ -2,8 +2,9 @@ PRGNAM="ibus-chewing"
VERSION="1.3.10"
HOMEPAGE="http://code.google.com/p/ibus"
DOWNLOAD="http://ibus.googlecode.com/files/ibus-chewing-1.3.10-Source.tar.gz \
https://fedorahosted.org/releases/c/m/cmake-fedora/cmake-fedora-modules-only-latest.tar.gz"
MD5SUM="2a447828ca9290dd6bdf2336b2889bb0 eb24ff0ec5b7646dd1b077f3b379712b"
https://fedorahosted.org/releases/c/m/cmake-fedora/cmake-fedora-0.8.1-modules-only.tar.gz"
MD5SUM="2a447828ca9290dd6bdf2336b2889bb0 \
eb24ff0ec5b7646dd1b077f3b379712b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gob2 ibus libchewing"