milis/talimatname/genel/s/syslinux/talimat

20 lines
554 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: FAT, ext2 /3/4 ve btrfs dosya sistemlerinden, CD'lerden ve PXE'den önyükleme yapan önyükleyici yükleyicileri
# URL: http://syslinux.org
# Paketçi: milisarge
# Gerekler: mtools nasm
# Grup: sistem
isim=syslinux
surum=6.03
devir=1
kaynak=(http://www.kernel.org/pub/linux/utils/boot/syslinux/$isim-$surum.tar.xz)
derle() {
cd $isim-$surum
sed -i "s|win32/syslinux.exe||g" Makefile
make || true
make SBINDIR=$PKG/usr/sbin BINDIR=$PKG/usr/bin INCDIR=$PKG/usr/include MANDIR=$PKG/usr/share/man AUXDIR=$PKG/usr/lib/syslinux install
}