wok diff stella/receipt @ rev 21101
updated lensfun and lensfun-dev (0.2.5 -> 0.3.2)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Mar 18 17:49:35 2019 +0100 (2019-03-18) |
parents | 1434f2ab79ae |
children | e7dc618ef7f2 |
line diff
1.1 --- a/stella/receipt Wed Feb 06 21:25:19 2013 +0000 1.2 +++ b/stella/receipt Mon Mar 18 17:49:35 2019 +0100 1.3 @@ -5,13 +5,15 @@ 1.4 CATEGORY="games" 1.5 SHORT_DESC="A multi-platform Atari 2600 VCS emulator." 1.6 MAINTAINER="slaxemulator@gmail.com" 1.7 -DEPENDS="gcc-lib-base libsdl libpng" 1.8 -BUILD_DEPENDS="libsdl-dev libpng-dev zlib-dev" 1.9 +LICENSE="GPL2" 1.10 TARBALL="$PACKAGE-$VERSION-src.tar.gz" 1.11 WEB_SITE="http://stella.sourceforge.net/" 1.12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.13 TAGS="emulator atari" 1.14 1.15 +DEPENDS="gcc-lib-base libsdl libpng" 1.16 +BUILD_DEPENDS="libsdl-dev libpng-dev zlib-dev" 1.17 + 1.18 # Rules to configure and make the package. 1.19 compile_rules() 1.20 { 1.21 @@ -25,7 +27,7 @@ 1.22 genpkg_rules() 1.23 { 1.24 mkdir -p $fs/usr/share/pixmaps $fs/usr/share/applications 1.25 - cp -a $_pkg/usr/bin $fs/usr 1.26 - cp -a $_pkg/usr/share/icons/hicolor/48x48/apps/stella.png $fs/usr/share/pixmaps 1.27 - sed -i 's|Icon=stella.png|Icon=stella|' $_pkg/usr/share/applications/stella.desktop 1.28 + cp -a $install/usr/bin $fs/usr 1.29 + cp -a $install/usr/share/icons/hicolor/48x48/apps/stella.png $fs/usr/share/pixmaps 1.30 + sed -i 's|Icon=stella.png|Icon=stella|' $install/usr/share/applications/stella.desktop 1.31 }