wok-6.x diff prboom/receipt @ rev 19082
Tiny edits: use Freedesktop standard icons for terminal and text editor...
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Apr 29 16:03:09 2016 +0300 (2016-04-29) |
parents | 7896f0694ef6 |
children | 080c1dff8494 |
line diff
1.1 --- a/prboom/receipt Sat Aug 10 21:12:16 2013 +0000 1.2 +++ b/prboom/receipt Fri Apr 29 16:03:09 2016 +0300 1.3 @@ -12,12 +12,12 @@ 1.4 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.5 1.6 DEPENDS="libsdl libsdl-mixer libsdl-net libpng mesa libglu-mesa freedoom" 1.7 -BUILD_DEPENDS="libsdl-dev libsdl-mixer-dev libsdl-net-dev mesa-dev libglu-mesa" 1.8 +BUILD_DEPENDS="libsdl-dev libsdl-mixer-dev libsdl-net-dev mesa-dev libglu-mesa \ 1.9 +libpng-dev" 1.10 1.11 # Rules to configure and make the package. 1.12 compile_rules() 1.13 { 1.14 - cd $src 1.15 ./configure \ 1.16 --prefix=/usr \ 1.17 --infodir=/usr/share/info \