diff options
author | Cezary M. Kruk <c.kruk@bigfoot.com> | 2015-02-20 15:49:46 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-20 15:49:46 +0700 |
commit | bb953ca21b89a196f13dbd5d56ba810a4f7c4d04 (patch) | |
tree | e4d14ed64cec803173c3e59c2505c6dac04b7652 /audio/id3/id3.SlackBuild | |
parent | dd57f20d58b419b65271f8a1b07c23c3504ad6d2 (diff) |
audio/id3: Updated for version 0.79.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/id3/id3.SlackBuild')
-rw-r--r-- | audio/id3/id3.SlackBuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/audio/id3/id3.SlackBuild b/audio/id3/id3.SlackBuild index 18481b623f51..f403842145ec 100644 --- a/audio/id3/id3.SlackBuild +++ b/audio/id3/id3.SlackBuild @@ -6,7 +6,7 @@ # Modified by the SlackBuilds.org project PRGNAM=id3 -VERSION=${VERSION:-0.78} +VERSION=${VERSION:-0.79} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -53,9 +53,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -# Fixup some includes -patch -p1 < $CWD/id3-0.78-include_string_h.diff - make CFLAGS="$SLKCFLAGS" # Copying executable and manual to the correct location |