milis/talimatname/genel/bmake/talimat

29 lines
859 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: NetBSD 'make' inşa aracının taşınabilir bir sürümü.
# URL: http://www.crufty.net/help/sjg/bmake.html
# Packager: milisarge
# Depends on:
name=bmake
version=20150910
release=1
source=(http://www.crufty.net/ftp/pub/sjg/bmake-$version.tar.gz)
build(){
cd $name
# Add missing bsd.*.mk symlinks (thanks to Arch)
_links_orig="dep doc init lib links man nls obj own prog subdir"
_links_new="dep doc inc init lib links man nls obj own prog subdir"
sed -i -e "s/$_links_orig/$_links_new/" mk/install-mk
cd $SRC
mkdir -p bmake-build
cd bmake-build
sh ../bmake/boot-strap --prefix=/usr
cd $SRC/bmake-build
# Fix directory permissions on install
install -dm0755 $PKG/usr/bin
install -dm0755 $PKG/usr/share/man/cat1
sh ../bmake/boot-strap --prefix=/usr --install-destdir=$PKG op=install
}