wok diff freedoom/receipt @ rev 21938
updated dotconf and dotconf-dev (1.0.13 -> 1.3)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Oct 08 10:43:42 2019 +0100 (2019-10-08) |
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 Oct 08 10:43:42 2019 +0100 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