Skip to content

Commit

Permalink
network/freedownloadmanager: Taking owership + cleanup build script.
Browse files Browse the repository at this point in the history
Signed-off-by: Reza Talebi <[email protected]>
Signed-off-by: Pouria Rezaei <[email protected]>
  • Loading branch information
RezaT4795 authored and RSKYS committed Aug 14, 2024
1 parent 4b34749 commit b366205
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
15 changes: 1 addition & 14 deletions network/freedownloadmanager/freedownloadmanager.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# Slackware build script for freedownloadmanager

# Copyright 2020 Andre Fernando, Indonesia
# Copyright 2024 Reza Talebi, Shahin Shahr, Iran
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
Expand Down Expand Up @@ -47,20 +48,6 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}

if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""
fi

set -e

rm -rf $PKG
Expand Down
4 changes: 2 additions & 2 deletions network/freedownloadmanager/freedownloadmanager.info
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ MD5SUM="afb0fa2c8f1544cc60b734483ebac9fb"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="Andre Fernando"
EMAIL="ando344@gmail.com"
MAINTAINER="Reza Talebi"
EMAIL="reza.talebi.73@outlook.com"

0 comments on commit b366205

Please sign in to comment.