aur/tevent to extra/tevent

This commit is contained in:
Kevin Mihelich 2013-04-12 21:00:59 +00:00
parent 8245081b9a
commit 3ff061be69

View file

@ -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: Marco A Rojas <marquicus at gmail dot com>
# Contributor: Ng Oon-Ee <ngoonee.talk@gmail.com> # Contributor: Ng Oon-Ee <ngoonee.talk@gmail.com>
# Contributor: Thomas Burdick <thomas.burdick@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 pkgname=tevent
pkgver=0.9.18 pkgver=0.9.18
pkgrel=1 pkgrel=1.1
pkgdesc="Tevent is an event system based on the talloc memory management library" pkgdesc="An event system based on the talloc memory management library"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://tevent.samba.org/" url="https://tevent.samba.org/"
source=("http://samba.org/ftp/tevent/${pkgname}-${pkgver}.tar.gz") source=("http://samba.org/ftp/tevent/${pkgname}-${pkgver}.tar.gz")
license=('GPLv3') license=('GPL3')
depends=('talloc') depends=('talloc')
makedepends=('python2') makedepends=('python2')
optdepends=('python2: for python bindings')
build() { build() {
cd ${srcdir}/${pkgname}-${pkgver} cd ${srcdir}/${pkgname}-${pkgver}
@ -30,5 +36,4 @@ package() {
make make
make DESTDIR=${pkgdir}/ install make DESTDIR=${pkgdir}/ install
} }
md5sums=('952535f0bcf002eee5a8db68deb6374b')
sha256sums=('5c636a0c55a7b59745bae0d8ae3900b5ea8c09bfff6001dcd95f1db9cd06ea4f')