mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
aur/tevent to extra/tevent
This commit is contained in:
parent
8245081b9a
commit
3ff061be69
1 changed files with 11 additions and 6 deletions
|
@ -1,18 +1,24 @@
|
|||
# Maintainer: Christian Hesse <mail@eworm.de>
|
||||
# $Id$
|
||||
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
|
||||
# Contributor: Christian Hesse <mail@eworm.de>
|
||||
# Contributor: Marco A Rojas <marquicus at gmail dot com>
|
||||
# Contributor: Ng Oon-Ee <ngoonee.talk@gmail.com>
|
||||
# Contributor: Thomas Burdick <thomas.burdick@gmail.com>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - pkgrel bump for aur migration, remove when bumped upstream
|
||||
|
||||
pkgname=tevent
|
||||
pkgver=0.9.18
|
||||
pkgrel=1
|
||||
pkgdesc="Tevent is an event system based on the talloc memory management library"
|
||||
pkgrel=1.1
|
||||
pkgdesc="An event system based on the talloc memory management library"
|
||||
arch=('i686' 'x86_64')
|
||||
url="https://tevent.samba.org/"
|
||||
source=("http://samba.org/ftp/tevent/${pkgname}-${pkgver}.tar.gz")
|
||||
license=('GPLv3')
|
||||
license=('GPL3')
|
||||
depends=('talloc')
|
||||
makedepends=('python2')
|
||||
optdepends=('python2: for python bindings')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/${pkgname}-${pkgver}
|
||||
|
@ -30,5 +36,4 @@ package() {
|
|||
make
|
||||
make DESTDIR=${pkgdir}/ install
|
||||
}
|
||||
|
||||
sha256sums=('5c636a0c55a7b59745bae0d8ae3900b5ea8c09bfff6001dcd95f1db9cd06ea4f')
|
||||
md5sums=('952535f0bcf002eee5a8db68deb6374b')
|
Loading…
Reference in a new issue