mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 02:27:15 +08:00
Update silc-toolkit to 1.1.12.
This commit is contained in:
parent
3db8e735be
commit
c8a92f994e
@ -3,20 +3,17 @@
|
|||||||
#
|
#
|
||||||
# contributor (x86_64): Giuseppe Calà <jiveaxe@gmail.com>
|
# contributor (x86_64): Giuseppe Calà <jiveaxe@gmail.com>
|
||||||
|
|
||||||
# include global config
|
|
||||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
|
||||||
|
|
||||||
pkgname=silc-toolkit
|
pkgname=silc-toolkit
|
||||||
pkgver=1.1.10
|
pkgver=1.1.12
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Toolkit for Secure Internet Live Conferencing"
|
pkgdesc="Toolkit for Secure Internet Live Conferencing"
|
||||||
url="http://www.silcnet.org"
|
url="http://www.silcnet.org"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
arch=('i686' 'x86_64')
|
arch=('x86_64')
|
||||||
depends=('glibc' 'perl' 'libidn')
|
depends=('glibc' 'perl' 'libidn')
|
||||||
source=(http://www.silcnet.org/download/toolkit/sources/$pkgname-$pkgver.tar.bz2)
|
source=(https://downloads.sourceforge.net/project/silc/silc/toolkit/sources/$pkgname-$pkgver.tar.gz)
|
||||||
options=(!libtool)
|
options=(!libtool)
|
||||||
sha256sums=('a76cc364813b2d09dee7a9e99fda77db71b5bf752297176eb8de4fb0466eed76')
|
sha256sums=('7e0c3f73471b54ba55f5ac42979ed0d642afd8ae18a973c16b2a667c6c72db56')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $srcdir/$pkgname-$pkgver
|
cd $srcdir/$pkgname-$pkgver
|
||||||
@ -25,9 +22,11 @@ build() {
|
|||||||
--with-simdir=/usr/lib/silc/modules
|
--with-simdir=/usr/lib/silc/modules
|
||||||
|
|
||||||
make || return 1
|
make || return 1
|
||||||
|
}
|
||||||
|
package() {
|
||||||
|
cd $srcdir/$pkgname-$pkgver
|
||||||
make DESTDIR=$pkgdir install
|
make DESTDIR=$pkgdir install
|
||||||
|
|
||||||
# remove the crapload of html docs (26MB!)
|
# remove the crapload of html docs (26MB!)
|
||||||
rm -rf $pkgdir/usr/share/doc/$pkgname/toolkit
|
rm -rf $pkgdir/usr/share/doc/$pkgname/toolkit
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user