milis/talimatname/genel/advcp/talimat

30 lines
733 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: cp ve mv komutlarının ilerleme çubuğu (progressbar) için yamalanmış versiyonu.
# URL: https://www.gnu.org/software/coreutils/
# Packager: milisarge
# Depends on:
name=advcp
_name=coreutils
version=8.24
release=1
source=(ftp://ftp.gnu.org/gnu/$_name/$_name-$version.tar.xz
advcpmv-${version}.patch)
build() {
export FORCE_UNSAFE_CONFIGURE=1
cd ${SRC}/${_name}-${version}
patch -p1 -i ${SRC}/advcpmv-${version}.patch
./configure --prefix=/usr \
--libexecdir=/usr/lib \
--enable-no-install-program=groups,hostname,kill,uptime
make $MAKEFLAGS -j1
cd ${SRC}/${_name}-${version}
install -D src/cp ${PKG}/usr/bin/acp
install -D src/mv ${PKG}/usr/bin/amv
}