wok-next diff bzflag/receipt @ rev 17084
tramys-server: change DATADIR, fix typo.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sun Aug 24 23:25:23 2014 +0300 (2014-08-24) |
parents | 6b09507225ec |
children | 2985612f2b3f |
line diff
1.1 --- a/bzflag/receipt Sat Jan 05 14:44:51 2013 +0100 1.2 +++ b/bzflag/receipt Sun Aug 24 23:25:23 2014 +0300 1.3 @@ -5,12 +5,14 @@ 1.4 CATEGORY="games" 1.5 SHORT_DESC="A multiplayer 3D tank battle game." 1.6 MAINTAINER="slaxemulator@gmail.com" 1.7 -DEPENDS="curl mesa libsdl glew" 1.8 -BUILD_DEPENDS="curl-dev mesa-dev libsdl-dev glew-dev util-linux-uuid-dev" 1.9 +LICENSE="LGPL2.1" 1.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.11 WEB_SITE="http://bzflag.org" 1.12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.13 1.14 +DEPENDS="curl mesa libsdl glew" 1.15 +BUILD_DEPENDS="curl-dev mesa-dev libsdl-dev glew-dev util-linux-uuid-dev" 1.16 + 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 {