mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
New package: silc-toolkit-1.1.10
This commit is contained in:
parent
d8eedbffea
commit
fa6a26ebea
1 changed files with 27 additions and 0 deletions
27
srcpkgs/silc-toolkit/template
Normal file
27
srcpkgs/silc-toolkit/template
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
# Template file for 'silc-toolkit'
|
||||||
|
pkgname=silc-toolkit
|
||||||
|
version=1.1.10
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
configure_args="--with-perl=yes --with-simdir=/usr/lib/silc/modules
|
||||||
|
--enable-debug --enable-ipv6 --disable-optimizations
|
||||||
|
ac_cv_func_pthread_rwlock_init=set ac_cv_func_epoll_wait=set"
|
||||||
|
makedepends="gmp-devel libidn-devel"
|
||||||
|
hostmakedepends="nasm perl"
|
||||||
|
short_desc="Secure Internet Live Conferencing protocol toolkit"
|
||||||
|
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
||||||
|
license="GPL"
|
||||||
|
homepage="http://www.silcnet.org/"
|
||||||
|
distfiles="http://www.silcnet.org/download/toolkit/sources/$pkgname-$version.tar.gz"
|
||||||
|
checksum=cc5b1094b027bd896241993ccd1609a37845d21b2f442556a7e9ddaef062630b
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
#Remove large (useless) documentation.
|
||||||
|
rm -rf usr/share/doc/silc-toolkit/toolkit
|
||||||
|
}
|
||||||
|
|
||||||
|
silc-toolkit_package() {
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue