New package: bind-9.8.1.P1.

This commit is contained in:
Juan RP
2012-01-31 13:52:16 +01:00
parent 8634f7174f
commit fc7d3e2a7d
18 changed files with 261 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
# Template file for 'bind-libs'.
#
short_desc="${short_desc} - Runtime libraries"
long_desc="${long_desc}
This package contains the runtime libraries."
do_install() {
vmove "usr/lib/*.so*" usr/lib
}