mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
office/osmo: Updated for subversion revision 928.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
c0203ee1dd
commit
ba6d8b7b86
2 changed files with 7 additions and 5 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=osmo
|
||||
VERSION=${VERSION:-0.2.10}
|
||||
VERSION=${VERSION:-r928}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -70,7 +70,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.?z*
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find . \
|
||||
|
@ -79,6 +79,8 @@ find . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
|
||||
./autogen.sh || true
|
||||
|
||||
CFLAGS="$SLKCFLAGS -I/usr/include/libical" \
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="osmo"
|
||||
VERSION="0.2.10"
|
||||
VERSION="r928"
|
||||
HOMEPAGE="http://clayo.org/osmo/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/osmo-pim/osmo-0.2.10.tar.gz"
|
||||
MD5SUM="a774db748228efee96186158d553ade9"
|
||||
DOWNLOAD="http://ponce.cc/slackware/sources/repo/osmo-r928.tar.xz"
|
||||
MD5SUM="dd47d101e99b24c373d0ddbd0ae24b7f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue