New package: libtomcrypt-1.17.
This commit is contained in:
15
srcpkgs/libtomcrypt/libtomcrypt-devel.template
Normal file
15
srcpkgs/libtomcrypt/libtomcrypt-devel.template
Normal file
@@ -0,0 +1,15 @@
|
||||
# Template file for 'libtomcrypt-devel'.
|
||||
#
|
||||
depends="${sourcepkg}-${version}_${revision}"
|
||||
short_desc="${short_desc} -- development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
vmove "usr/lib/*.a" usr/lib
|
||||
|
||||
vinstall ${sourcepkg}.3 644 usr/share/man/man3
|
||||
}
|
Reference in New Issue
Block a user