milis/talimatname/temel/iproute2/talimat

28 lines
619 B
Plaintext
Raw Normal View History

2017-10-27 21:56:50 +02:00
# Tanım: Programs for basic and advanced network routing.
2016-02-24 01:27:23 +01:00
# URL: http://linux-net.osdl.org/index.php/Iproute2
2017-10-27 21:56:50 +02:00
# Paketçi: milisarge
# Gerekler:
2016-02-24 01:27:23 +01:00
2017-10-28 14:15:02 +02:00
isim=iproute2
surum=4.4.0
devir=1
2016-02-24 01:27:23 +01:00
2017-10-28 14:15:02 +02:00
kaynak=(http://www.kernel.org/pub/linux/utils/net/$isim/iproute2-$surum.tar.xz)
2016-02-24 01:27:23 +01:00
2017-10-27 23:59:41 +02:00
derle()
2016-02-24 01:27:23 +01:00
{
2017-10-28 14:15:02 +02:00
cd iproute2-$surum
2016-02-24 01:27:23 +01:00
sed -i '/^TARGETS/s@arpd@@g' misc/Makefile
sed -i /ARPD/d Makefile
sed -i 's/arpd.8//' man/man8/Makefile
sed -i 's/tipc //' Makefile
make SBINDIR=/sbin MANDIR=/usr/share/man INFODIR=/usr/share/info \
DESTDIR=$PKG
2016-03-07 13:45:49 +01:00
make SBINDIR=/sbin \
2016-02-24 01:27:23 +01:00
INFODIR=/usr/share/info DESTDIR=$PKG \
2016-03-07 13:45:49 +01:00
install
2016-02-24 01:27:23 +01:00
rm -rf $PKG/usr/share/info/dir
2017-10-27 21:56:50 +02:00
}