mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +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.
|
||||
|
||||
PRGNAM=osmo
|
||||
VERSION=${VERSION:-0.2.8}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-0.2.10}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# 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 \) \
|
||||
-exec chmod 644 {} \;
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CFLAGS="$SLKCFLAGS -I/usr/include/libical" \
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="osmo"
|
||||
VERSION="0.2.8"
|
||||
VERSION="0.2.10"
|
||||
HOMEPAGE="http://clayo.org/osmo/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/osmo-pim/osmo-0.2.8.tar.gz"
|
||||
MD5SUM="7fa83efd27cd3ecc54e73f0ec4e91d81"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/osmo-pim/osmo-0.2.10.tar.gz"
|
||||
MD5SUM="a774db748228efee96186158d553ade9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Frank Caraballo"
|
||||
EMAIL="fecaraballo{at}gmail{dot}com"
|
||||
APPROVED="rworkman"
|
||||
APPROVED="dsomero"
|
||||
|
|
Loading…
Reference in a new issue