void-packages/srcpkgs/gnutls/gnutls-tools.template

12 lines
240 B
Plaintext
Raw Normal View History

# Template file for 'gnutls-tools'.
#
short_desc="${short_desc} (bundled tools)"
long_desc="${long_desc}
This package contains the tools that come with gnutls."
2012-03-06 20:21:47 +01:00
do_install() {
2012-03-23 07:05:21 +01:00
vmove usr/bin usr
vmove usr/share/man/man1 usr/share/man
}