mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
office/osmo: Updated for version 0.2.10.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
55f2a9d9e8
commit
754b697d37
2 changed files with 7 additions and 7 deletions
|
@ -23,8 +23,8 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=osmo
|
PRGNAM=osmo
|
||||||
VERSION=${VERSION:-0.2.8}
|
VERSION=${VERSION:-0.2.10}
|
||||||
BUILD=${BUILD:-2}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
# Automatically determine the architecture we're building on:
|
# Automatically determine the architecture we're building on:
|
||||||
|
@ -79,7 +79,7 @@ find . \
|
||||||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||||
-exec chmod 644 {} \;
|
-exec chmod 644 {} \;
|
||||||
|
|
||||||
CFLAGS="$SLKCFLAGS" \
|
CFLAGS="$SLKCFLAGS -I/usr/include/libical" \
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="osmo"
|
PRGNAM="osmo"
|
||||||
VERSION="0.2.8"
|
VERSION="0.2.10"
|
||||||
HOMEPAGE="http://clayo.org/osmo/"
|
HOMEPAGE="http://clayo.org/osmo/"
|
||||||
DOWNLOAD="http://downloads.sourceforge.net/osmo-pim/osmo-0.2.8.tar.gz"
|
DOWNLOAD="http://downloads.sourceforge.net/osmo-pim/osmo-0.2.10.tar.gz"
|
||||||
MD5SUM="7fa83efd27cd3ecc54e73f0ec4e91d81"
|
MD5SUM="a774db748228efee96186158d553ade9"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
MAINTAINER="Frank Caraballo"
|
MAINTAINER="Frank Caraballo"
|
||||||
EMAIL="fecaraballo{at}gmail{dot}com"
|
EMAIL="fecaraballo{at}gmail{dot}com"
|
||||||
APPROVED="rworkman"
|
APPROVED="dsomero"
|
||||||
|
|
Loading…
Reference in a new issue