mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
libraries/libofa: Updated for version 0.9.3
This commit is contained in:
parent
e014c6647c
commit
2f8ab5e23a
3 changed files with 9 additions and 3 deletions
|
@ -15,10 +15,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
|
||||
|
@ -45,6 +48,7 @@ CFLAGS="$SLKCFLAGS" \
|
|||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--mandir=/usr/man \
|
||||
|
@ -69,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.9.3"
|
|||
HOMEPAGE="http://www.musicip.com"
|
||||
DOWNLOAD="http://musicip-libofa.googlecode.com/files/libofa-0.9.3.tar.gz"
|
||||
MD5SUM="51507d2c4b432bd2755f48d58471696e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Michales Michaloudes"
|
||||
EMAIL="korgie@gmail.com"
|
||||
APPROVED="rworkman"
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
libofa: libOFA (Library Open Fingerprint Architecture)
|
||||
libofa:
|
||||
libofa: libOFA is an open-source audio fingerprint library created and
|
||||
|
@ -16,4 +16,4 @@ libofa: information surrounding our MusicDNS product, which is where LibOFA
|
|||
libofa: originated. Alternatively, visit MusicBrainz, http://musicbrainz.org,
|
||||
libofa: who is a MusicIP partner, and uses our fingerprint technology
|
||||
libofa: extensively throughout their site and their database.
|
||||
libofa:
|
||||
libofa:
|
||||
|
|
Loading…
Reference in a new issue