diff options
Diffstat (limited to 'audio/exhale/exhale.SlackBuild')
-rw-r--r-- | audio/exhale/exhale.SlackBuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/audio/exhale/exhale.SlackBuild b/audio/exhale/exhale.SlackBuild index f87479e491b58..7b69e069b804e 100644 --- a/audio/exhale/exhale.SlackBuild +++ b/audio/exhale/exhale.SlackBuild @@ -24,7 +24,7 @@ # ---------------------------------------------------------------------- PRGNAM=exhale -VERSION=${VERSION:-1.0.3} +VERSION=${VERSION:-1.0.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -79,6 +79,10 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +# I will switch to the newer cmake build system and also install the newer +# shared library when support for exhale is added to FFmpeg and / or any +# other major Linux application. But for the moment: + make $BUILDTARGET release install -D -s -m 0755 bin/exhale $PKG/usr/bin/exhale |