mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/naim: Updated for version 0.11.8.3.2
This commit is contained in:
parent
f36565bc7e
commit
414d6e7ca6
3 changed files with 13 additions and 8 deletions
|
@ -16,10 +16,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
|
||||
|
@ -70,4 +73,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="0.11.8.3.2"
|
|||
HOMEPAGE="http://naim.n.ml.org/"
|
||||
DOWNLOAD="http://naim.googlecode.com/files/naim-0.11.8.3.2.tar.bz2"
|
||||
MD5SUM="c9622e3f75d56310829f98fa4dae1f78"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Nai"
|
||||
EMAIL="bluedbs@gmail.com"
|
||||
APPROVED="dsomero"
|
||||
APPROVED="rworkman"
|
||||
|
|
|
@ -5,15 +5,15 @@
|
|||
# exactly 11 lines for the formatting to be correct. It's also customary to
|
||||
# leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
naim: naim (command line chat client)
|
||||
naim:
|
||||
naim: naim is a console client for AOL Instant Messenger (AIM), AOL I Seek You
|
||||
naim: (ICQ), Internet Relay Chat (IRC), and The lily CMC.
|
||||
naim:
|
||||
naim:
|
||||
naim: naim is a console client for AOL Instant Messenger (AIM),
|
||||
naim: AOL I Seek You naim: (ICQ), Internet Relay Chat (IRC),
|
||||
naim: and The lily CMC.
|
||||
naim:
|
||||
naim: http://naim.n.ml.org/
|
||||
naim:
|
||||
naim:
|
||||
naim:
|
||||
naim:
|
||||
naim:
|
Loading…
Reference in a new issue