wok-next diff freedoom/receipt @ rev 18042
ppp/ppp.cgi: misc fixes
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon May 11 16:08:11 2015 +0200 (2015-05-11) |
parents | c16b99eee970 |
children | d5aab818505e |
line diff
1.1 --- a/freedoom/receipt Tue Mar 15 21:03:13 2011 +0000 1.2 +++ b/freedoom/receipt Mon May 11 16:08:11 2015 +0200 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