mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
bird: Merge bird6 into bird
This commit is contained in:
parent
8113d782cf
commit
a383f50dd7
2 changed files with 5 additions and 12 deletions
|
@ -11,7 +11,8 @@ homepage="http://bird.network.cz"
|
||||||
distfiles="ftp://bird.network.cz/pub/$pkgname/$pkgname-$version.tar.gz"
|
distfiles="ftp://bird.network.cz/pub/$pkgname/$pkgname-$version.tar.gz"
|
||||||
hostmakedepends="flex"
|
hostmakedepends="flex"
|
||||||
makedepends="ncurses-devel readline-devel"
|
makedepends="ncurses-devel readline-devel"
|
||||||
conf_files="/etc/bird.conf"
|
configure_args="--sbindir=/usr/bin"
|
||||||
|
conf_files="/etc/bird.conf /etc/bird6.conf"
|
||||||
checksum=79d5c4254e25f5890626830ca42aae03735716bdf152ddd8368473d2b3c17b5d
|
checksum=79d5c4254e25f5890626830ca42aae03735716bdf152ddd8368473d2b3c17b5d
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
@ -41,15 +42,8 @@ do_build() {
|
||||||
do_install() {
|
do_install() {
|
||||||
make DESTDIR=$DESTDIR install
|
make DESTDIR=$DESTDIR install
|
||||||
vsv bird
|
vsv bird
|
||||||
}
|
|
||||||
|
|
||||||
bird6_package() {
|
cd bird6
|
||||||
short_desc+=" - ipv6 edition"
|
make DESTDIR=$PKGDESTDIR install
|
||||||
conf_files="/etc/bird6.conf"
|
vsv bird6
|
||||||
|
|
||||||
pkg_install() {
|
|
||||||
cd bird6
|
|
||||||
make DESTDIR=$PKGDESTDIR install
|
|
||||||
vsv bird6
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
bird
|
|
Loading…
Add table
Reference in a new issue