milis/talimatname/genel/l/libndp/talimat

20 lines
381 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Libndp paketi, IPv6 Komşu Bulma Protokolü için bir sarıcı sağlar.
2016-02-24 01:27:23 +01:00
# URL: http://libndp.org
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler:
2016-02-24 01:27:23 +01:00
name=libndp
version=1.5
release=1
source=(http://libndp.org/files/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--disable-static
make
make DESTDIR=$PKG install
}