mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/libsunpinyin: Added (Chinese input method library)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
588bd32327
commit
c8720641c5
4 changed files with 113 additions and 0 deletions
8
libraries/libsunpinyin/README
Normal file
8
libraries/libsunpinyin/README
Normal file
|
@ -0,0 +1,8 @@
|
|||
SunPinyin is a statistical language model based Chinese input method,
|
||||
which was firstly developed by Sun Beijing Globalization team.
|
||||
|
||||
This is the base library for ibus-sunpinyin, scim-sunpinyin and
|
||||
xsunpinyin.
|
||||
|
||||
This require scons to build.
|
||||
|
72
libraries/libsunpinyin/libsunpinyin.SlackBuild
Normal file
72
libraries/libsunpinyin/libsunpinyin.SlackBuild
Normal file
|
@ -0,0 +1,72 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for sunpinyin
|
||||
|
||||
# Written by Grissiom <chaos.proton@gmail.com>
|
||||
|
||||
PRGNAM=libsunpinyin
|
||||
VERSION=${VERSION:-2.0.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "x86_64" ]; then
|
||||
SLKCFLAGS="-O2 -fPIC"
|
||||
LIBDIRSUFFIX="64"
|
||||
else
|
||||
SLKCFLAGS="-O2"
|
||||
LIBDIRSUFFIX=""
|
||||
fi
|
||||
|
||||
set -e
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf sunpinyin-$VERSION
|
||||
tar xvf $CWD/sunpinyin-$VERSION.tar.gz
|
||||
cd sunpinyin-$VERSION
|
||||
chown -R root:root .
|
||||
find . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
||||
-exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
|
||||
export CFLAGS="$SLKCFLAGS"
|
||||
export CXXFLAGS="$SLKCFLAGS"
|
||||
scons --prefix=/usr --libdir=/usr/lib$LIBDIRSUFFIX --libdatadir=/usr/lib$LIBDIRSUFFIX
|
||||
scons install --prefix=/usr --install-sandbox=$PKG --libdir=/usr/lib$LIBDIRSUFFIX --libdatadir=/usr/lib$LIBDIRSUFFIX
|
||||
|
||||
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
AUTHORS ChangeLog COPYING LGPL.LICENSE NEWS OPENSOLARIS.LICENSE README TODO \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
|
||||
cd $PKG
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
14
libraries/libsunpinyin/libsunpinyin.info
Normal file
14
libraries/libsunpinyin/libsunpinyin.info
Normal file
|
@ -0,0 +1,14 @@
|
|||
PRGNAM="libsunpinyin"
|
||||
VERSION="2.0.3"
|
||||
HOMEPAGE="http://code.google.com/p/sunpinyin/"
|
||||
DOWNLOAD="http://sunpinyin.googlecode.com/files/sunpinyin-2.0.3.tar.gz \
|
||||
http://open-gram.googlecode.com/files/lm_sc.t3g.arpa.tar.bz2 \
|
||||
http://open-gram.googlecode.com/files/dict.utf8.tar.bz2"
|
||||
MD5SUM="bc1cd4d7d48a73276dfe4c9f5a434cc7 \
|
||||
d2bc8dbf56f7b49e5dff2e94794fa980 \
|
||||
7b4068d6ad0a7c307ba997fb0a33ba63"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Grissiom"
|
||||
EMAIL="chaos.proton@gmail.com"
|
||||
APPROVED="dsomero"
|
19
libraries/libsunpinyin/slack-desc
Normal file
19
libraries/libsunpinyin/slack-desc
Normal file
|
@ -0,0 +1,19 @@
|
|||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
||||
# up the first '|' above the ':' following the base package name, and the '|'
|
||||
# on the right side marks the last column you can put a character in. You must
|
||||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
libsunpinyin: libSunPinyin (Chinese input method library)
|
||||
libsunpinyin:
|
||||
libsunpinyin: libSunPinyin is a statistical language model based Chinese input
|
||||
libsunpinyin: method library. which was firstly developed by Sun Beijing
|
||||
libsunpinyin: Globalization team.
|
||||
libsunpinyin:
|
||||
libsunpinyin: Homepage: http://code.google.com/p/sunpinyin/
|
||||
libsunpinyin:
|
||||
libsunpinyin:
|
||||
libsunpinyin:
|
||||
libsunpinyin:
|
Loading…
Reference in a new issue