milis/talimatname/genel/libndp/talimat

20 lines
388 B
Plaintext
Raw Normal View History

2017-03-31 08:52:42 +02:00
# Description: 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-03-31 08:52:42 +02:00
# Packager: milisarge
# Depends on:
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
}