Added gnutls-2.6.6 template.
--HG-- extra : convert_revision : 9623c684bb5dfaa4ed86d6be84ebd27c187108bb
This commit is contained in:
15
templates/gnutls/tools.template
Normal file
15
templates/gnutls/tools.template
Normal file
@@ -0,0 +1,15 @@
|
||||
# Template file for 'gnutls-tools'.
|
||||
#
|
||||
short_desc="${short_desc} (bundled tools)"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains the tools that come with gnutls."
|
||||
|
||||
Add_dependency run gnutls
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/share/man
|
||||
mv ${SRCPKGDESTDIR}/usr/bin ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/share/man/man1 ${DESTDIR}/usr/share/man
|
||||
}
|
||||
Reference in New Issue
Block a user