mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/libgnomecups: Updated for version 0.2.3
This commit is contained in:
parent
1e00bc9726
commit
346a6c458f
3 changed files with 21 additions and 17 deletions
|
@ -25,7 +25,7 @@
|
|||
# Modified by the SlackBuilds.org project
|
||||
|
||||
PRGNAM=libgnomecups
|
||||
VERSION=0.2.2
|
||||
VERSION=0.2.3
|
||||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
@ -37,10 +37,13 @@ OUTPUT=${OUTPUT:-/tmp}
|
|||
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "s390" ]; then
|
||||
SLKCFLAGS="-O2"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "x86_64" ]; then
|
||||
SLKCFLAGS="-O2 -fPIC"
|
||||
LIBDIRSUFFIX="64"
|
||||
fi
|
||||
|
||||
rm -rf $PKG
|
||||
|
@ -60,6 +63,7 @@ CFLAGS="$SLKCFLAGS" \
|
|||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--enable-static=no \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libgnomecups"
|
||||
VERSION="0.2.2"
|
||||
VERSION="0.2.3"
|
||||
HOMEPAGE="http://www.gnome.org"
|
||||
DOWNLOAD="http://ftp.gnome.org/pub/gnome/sources/libgnomecups/0.2/libgnomecups-0.2.2.tar.bz2"
|
||||
MD5SUM="959d5524fe9c37efb55ccfa02e3a063b"
|
||||
MAINTAINER="Martin Lefebvre"
|
||||
EMAIL="dadexter@sekurity.com"
|
||||
APPROVED="rworkman"
|
||||
DOWNLOAD="http://ftp.gnome.org/pub/gnome/sources/libgnomecups/0.2/libgnomecups-0.2.3.tar.bz2"
|
||||
MD5SUM="dc4920c15c9f886f73ea74fbff0ae48b"
|
||||
MAINTAINER="nobody"
|
||||
EMAIL="nobody"
|
||||
APPROVED="rworkman dsomero"
|
||||
|
|
|
@ -5,15 +5,15 @@
|
|||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
libgnomecups: libgnomecups (gnome library for cups access)
|
||||
libgnomecups:
|
||||
libgnomecups:
|
||||
libgnomecups: Library for accessing CUPS from GTK/Gnome applications.
|
||||
libgnomecups:
|
||||
libgnomecups:
|
||||
libgnomecups:
|
||||
libgnomecups:
|
||||
libgnomecups:
|
||||
libgnomecups:
|
||||
libgnomecups:
|
||||
libgnomecups:
|
||||
libgnomecups:
|
||||
libgnomecups:
|
||||
libgnomecups:
|
||||
libgnomecups:
|
||||
libgnomecups:
|
||||
libgnomecups:
|
||||
libgnomecups:
|
||||
libgnomecups:
|
||||
|
|
Loading…
Reference in a new issue