libwfut 0.2.3

This commit is contained in:
Adrian Chaves Fernandez (Gallaecio) 2013-09-02 07:17:36 +00:00
parent b7f1df2831
commit cabe9f0dfc
2 changed files with 4 additions and 7 deletions

View File

@ -6,7 +6,7 @@
pkgname=ember
pkgver=0.7.0
_mediaver=$pkgver
pkgrel=5
pkgrel=6
pkgdesc="Ember is a 3D client using the OGRE 3d library, valid for WorldForge server."
arch=('i686' 'x86_64')
url="http://wiki.worldforge.org/wiki/Ember"

View File

@ -3,19 +3,16 @@
#
# Maintainer: Adrián Chaves Fernández (Gallaecio) <adriyetichaves gmail.com>
# include global config
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname=libwfut
pkgver=0.2.2
pkgrel=2
pkgver=0.2.3
pkgrel=1
pkgdesc="C++ implementation of the client side of WFUT"
arch=(i686 x86_64)
url="http://worldforge.org/"
license=('LGPL')
depends=('curl' 'swig' 'libsigc++2.0')
source=("http://kent.dl.sourceforge.net/sourceforge/worldforge/$pkgname-$pkgver.tar.gz")
md5sums=('c11ee62b8827c46b50fc4446321f57b8')
md5sums=('b212f840613c9b84a0de86693a7ee4bf')
build() {
cd $srcdir/$pkgname-$pkgver