void-packages/srcpkgs/bind/bind-devel.template

16 lines
388 B
Text
Raw Normal View History

2012-01-31 12:52:16 +00:00
# Template file for 'bind-devel'.
#
short_desc="${short_desc} - development files"
long_desc="${long_desc}
This package contains development files, static files, headers, etc."
Add_dependency run bind-libs
do_install() {
vmove usr/bin/isc-config.sh usr/bin
vmove usr/share/man/man1/isc-config.sh.1 usr/share/man/man1
vmove usr/include usr
vmove usr/share/man/man3 usr/share/man
}