office/bbdb: Updated for version 2.35
This commit is contained in:
parent
0d79dcb2e8
commit
3f25c30dbc
|
@ -17,10 +17,13 @@ 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"
|
||||
fi
|
||||
|
||||
set -e # Exit on most errors
|
||||
|
@ -65,5 +68,4 @@ 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.tgz
|
||||
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
||||
|
|
|
@ -3,6 +3,8 @@ VERSION="2.35"
|
|||
HOMEPAGE="http://bbdb.sourceforge.net"
|
||||
DOWNLOAD="http://bbdb.sourceforge.net/bbdb-2.35.tar.gz"
|
||||
MD5SUM="5c4e7f2b2a6a8e25ff77351f533f3910"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Joel J. Adamson"
|
||||
EMAIL="sparrow1240@gmail.com"
|
||||
APPROVED="rworkman"
|
||||
|
|
|
@ -6,14 +6,14 @@
|
|||
# customary to leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
bbdb: The Insidious Big Brother Database
|
||||
bbdb:
|
||||
bbdb: The Insidious Big Brother Database (BBDB) is a
|
||||
bbdb: contact management utility created by Jamie
|
||||
bbdb: Zawinski for use with Emacs. For many years it was
|
||||
bbdb: maintained by Waider. Since February 2007 BBDB is
|
||||
bbdb: maintained by Robert Widhopf-Fenk.
|
||||
bbdb:
|
||||
bbdb: http://bbdb.sourceforge.net
|
||||
bbdb:
|
||||
bbdb:
|
||||
bbdb: bbdb (The Insidious Big Brother Database)
|
||||
bbdb:
|
||||
bbdb: The Insidious Big Brother Database (BBDB) is a contact management
|
||||
bbdb: utility created by Jamie Zawinski for use with Emacs. For many years,
|
||||
bbdb: it was maintained by Waider. Since February 2007, BBDB is maintained
|
||||
bbdb: by Robert Widhopf-Fenk.
|
||||
bbdb:
|
||||
bbdb: Homepage: http://bbdb.sourceforge.net
|
||||
bbdb:
|
||||
bbdb:
|
||||
bbdb:
|
||||
|
|
Loading…
Reference in New Issue