wok-6.x diff freedoom/receipt @ rev 17597
Up: pangomm 2.35.1
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Tue Feb 10 20:17:45 2015 +0000 (2015-02-10) |
parents | c16b99eee970 |
children | 71aed96e697c |
line diff
1.1 --- a/freedoom/receipt Tue Mar 15 21:03:13 2011 +0000 1.2 +++ b/freedoom/receipt Tue Feb 10 20:17:45 2015 +0000 1.3 @@ -5,11 +5,13 @@ 1.4 CATEGORY="games" 1.5 SHORT_DESC="completely free Doom IWADS (game data)" 1.6 MAINTAINER="slaxemulator@gmail.com" 1.7 -BUILD_DEPENDS="deutex-devel python git ghostscript imagemagick" 1.8 +LICENSE="BSD" 1.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.10 WEB_SITE="http://www.nongnu.org/freedoom/" 1.11 WGET_URL="http://savannah.nongnu.org/download/$PACKAGE/source/$TARBALL" 1.12 1.13 +BUILD_DEPENDS="deutex-devel python git ghostscript imagemagick" 1.14 + 1.15 # Rules to configure and make the package. 1.16 compile_rules() 1.17 { 1.18 @@ -23,6 +25,6 @@ 1.19 genpkg_rules() 1.20 { 1.21 mkdir -p $fs/usr 1.22 - cp -a $_pkg/usr/share $fs/usr 1.23 + cp -a $install/usr/share $fs/usr 1.24 } 1.25