diff options
author | Cezary M. Kruk <c.kruk@bigfoot.com> | 2015-04-04 07:22:11 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-04 07:22:11 +0700 |
commit | f69475f26da42cf0fb632f949de44655bfe491b8 (patch) | |
tree | 13648d49297d71ba284976d1390cfacff402181b /misc | |
parent | 9e7f9236c42e11fface81c6c9c44dcd757e85a4d (diff) | |
download | slackbuilds-f69475f26da42cf0fb632f949de44655bfe491b8.tar.gz |
misc/libydpdict: Added (library for ydpdict).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/libydpdict/README | 3 | ||||
-rw-r--r-- | misc/libydpdict/libydpdict.SlackBuild | 83 | ||||
-rw-r--r-- | misc/libydpdict/libydpdict.info | 10 | ||||
-rw-r--r-- | misc/libydpdict/slack-desc | 19 |
4 files changed, 115 insertions, 0 deletions
diff --git a/misc/libydpdict/README b/misc/libydpdict/README new file mode 100644 index 0000000000..eed22bc750 --- /dev/null +++ b/misc/libydpdict/README @@ -0,0 +1,3 @@ +libydpdict is a library working with multimedia Collins English-Polish +and Polish-English dictionary as well as Langenscheidt German-Polish and +Polish-German dictionary provided by Young Digital Planet S.A. diff --git a/misc/libydpdict/libydpdict.SlackBuild b/misc/libydpdict/libydpdict.SlackBuild new file mode 100644 index 0000000000..20a82446b9 --- /dev/null +++ b/misc/libydpdict/libydpdict.SlackBuild @@ -0,0 +1,83 @@ +#!/bin/sh + +# Slackware build script for libydpdict +# Written by Cezary M. Kruk (c.kruk@bigfoot.com) + +# Modified by the SlackBuilds.org project + +PRGNAM=libydpdict +VERSION=${VERSION:-1.0.4} +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 $PRGNAM-$VERSION +tar -xvf $CWD/$PRGNAM-$VERSION.tar.gz +cd $PRGNAM-$VERSION +chown -R root:root . +find -L . \ + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + +CFLAGS="$SLKCFLAGS" \ +CXXFLAGS="$SLKCFLAGS" \ +#./configure \ + ./autogen.sh \ + --prefix=/usr \ + --libdir=/usr/lib${LIBDIRSUFFIX} \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --mandir=/usr/man \ + --disable-static \ + --build=$ARCH-slackware-linux + +make + +make install DESTDIR=$PKG + +find $PKG -print0 | xargs -0 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 COPYING NEWS 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} diff --git a/misc/libydpdict/libydpdict.info b/misc/libydpdict/libydpdict.info new file mode 100644 index 0000000000..03abd14301 --- /dev/null +++ b/misc/libydpdict/libydpdict.info @@ -0,0 +1,10 @@ +PRGNAM="libydpdict" +VERSION="1.0.4" +HOMEPAGE="http://toxygen.net/ydpdict/" +DOWNLOAD="http://toxygen.net/ydpdict/libydpdict-1.0.4.tar.gz" +MD5SUM="3884d6298abbc22b4ed9c86ec24f439f" +DOWNLOAD_x86_64="" +MD5SUM_x86_64="" +REQUIRES="" +MAINTAINER="Cezary M. Kruk" +EMAIL="c.kruk@bigfoot.com" diff --git a/misc/libydpdict/slack-desc b/misc/libydpdict/slack-desc new file mode 100644 index 0000000000..1f91cba229 --- /dev/null +++ b/misc/libydpdict/slack-desc @@ -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 ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +libydpdict: libydpdict (library for ydpdict) +libydpdict: +libydpdict: libydpdict is a library working with multimedia Collins English- +libydpdict: Polish and Polish-English dictionary as well as Langenscheidt German- +libydpdict: Polish and Polish-German dictionary provided by Young Digital Planet +libydpdict: S.A. (see: http://www.ydp.com.pl/słowniki-multimedialne). +libydpdict: +libydpdict: +libydpdict: +libydpdict: +libydpdict: |