mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
development/omake: Maintainer info update + minor fixes
This commit is contained in:
parent
a5bdeab3eb
commit
e22767cac1
3 changed files with 9 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
OMake is a build system designed for scalability and portability. It uses a
|
||||
syntax similar to make utilities you may have used, but it features many
|
||||
OMake is a build system designed for scalability and portability. It uses
|
||||
a syntax similar to make utilities you may have used, but it features many
|
||||
additional enhancements.
|
||||
|
||||
OMake requires ocaml and ocaml-findlib, also available from SlackBuilds.org
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for omake
|
||||
|
||||
# Copyright 2012, mario <mario@slackverse.org>
|
||||
# Copyright 2012, 2015 Mario Preksavec, Zagreb, HR
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -66,10 +66,10 @@ tar xvf $CWD/$PRGNAM-$SRCVER.tar.gz
|
|||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
||||
-exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
# Fix things for newer OCaml
|
||||
patch -p1 <$CWD/omake-warn-error.diff
|
||||
|
|
|
@ -6,5 +6,5 @@ MD5SUM="fe39a476ef4e33b7ba2ca77a6bcaded2"
|
|||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="ocaml-findlib"
|
||||
MAINTAINER="mario"
|
||||
EMAIL="mario@slackverse.org"
|
||||
MAINTAINER="Mario Preksavec"
|
||||
EMAIL="mario at slackware dot hr"
|
||||
|
|
Loading…
Reference in a new issue