milis/talimatname/genel/a/advcp/talimat

28 lines
702 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.

# Tanım: cp ve mv komutlarının ilerleme çubuğu (progressbar) için yamalanmış versiyonu.
# URL: https://www.gnu.org/software/coreutils/
# Paketçi: milisarge
# Gerekler:
isim=advcp
_isim=coreutils
surum=8.24
devir=1
kaynak=(ftp://ftp.gnu.org/gnu/$_name/$_name-$surum.tar.xz
advcpmv-${surum}.patch)
derle() {
export FORCE_UNSAFE_CONFIGURE=1
cd ${SRC}/${_name}-${surum}
patch -p1 -i ${SRC}/advcpmv-${surum}.patch
./configure --prefix=/usr \
--libexecdir=/usr/lib \
--enable-no-install-program=groups,hostname,kill,uptime
make $MAKEFLAGS -j1
cd ${SRC}/${_name}-${surum}
install -D src/cp ${PKG}/usr/bin/acp
install -D src/mv ${PKG}/usr/bin/amv
}