wok-next diff freedoom/receipt @ rev 19709
Up at-spi2-atk, libpcap, nettle, readline, tiff, xcb-util* and 220 Perl packages (there are still about 20 left)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu May 11 02:23:02 2017 +0300 (2017-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 Thu May 11 02:23:02 2017 +0300 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