milis/talimatname/temel/diffutils/talimat

21 lines
466 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: Programs that show the differences between files or directories.
# URL: http://www.gnu.org/software/diffutils/
# Paketçi: milisarge@gmail.com
# Gerekler:
isim=diffutils
surum=3.3
devir=1
kaynak=( http://ftp.gnu.org/gnu/$isim/diffutils-$surum.tar.xz )
derle() {
cd diffutils-$surum
sed -i 's:= @mkdir_p@:= /bin/mkdir -p:' po/Makefile.in.in
./configure --prefix=/usr \
--bindir=/bin
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/info/dir
}