mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 18:14:51 +08:00
ZeroMQ 2.2.0
This commit is contained in:
parent
e5f29f4d18
commit
cd3335f9fb
@ -3,11 +3,8 @@
|
|||||||
#
|
#
|
||||||
# Maintainer: Adrián Chaves Fernández (Gallaecio) <adriyetichaves gmail.com>
|
# Maintainer: Adrián Chaves Fernández (Gallaecio) <adriyetichaves gmail.com>
|
||||||
|
|
||||||
# include global config
|
|
||||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
|
||||||
|
|
||||||
pkgname=zeromq
|
pkgname=zeromq
|
||||||
pkgver=2.1.7
|
pkgver=2.2.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Fast messaging system built on sockets, C and C++ bindings."
|
pkgdesc="Fast messaging system built on sockets, C and C++ bindings."
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
@ -15,7 +12,7 @@ url="http://www.zeromq.org"
|
|||||||
license=('LGPL')
|
license=('LGPL')
|
||||||
depends=('gcc-libs' 'util-linux-ng')
|
depends=('gcc-libs' 'util-linux-ng')
|
||||||
source=(http://download.zeromq.org/$pkgname-$pkgver.tar.gz)
|
source=(http://download.zeromq.org/$pkgname-$pkgver.tar.gz)
|
||||||
md5sums=('7d3120f8a8fb913a7e55c57c6eb024f3')
|
md5sums=('1b11aae09b19d18276d0717b2ea288f6')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $srcdir/$pkgname-$pkgver
|
cd $srcdir/$pkgname-$pkgver
|
||||||
@ -28,4 +25,3 @@ package() {
|
|||||||
cd $srcdir/$pkgname-$pkgver
|
cd $srcdir/$pkgname-$pkgver
|
||||||
make install
|
make install
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user