wok-next diff zsnes/receipt @ rev 19132
pcmanfm: add tazpkg-get action
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Sun May 15 02:07:14 2016 +0200 (2016-05-15) |
parents | 3ba8d2c9720d |
children | f86d053a0423 |
line diff
1.1 --- a/zsnes/receipt Tue Feb 17 12:55:08 2015 +0100 1.2 +++ b/zsnes/receipt Sun May 15 02:07:14 2016 +0200 1.3 @@ -7,12 +7,13 @@ 1.4 LICENSE="GPL2" 1.5 SHORT_DESC="Super Nintendo emulator" 1.6 WEB_SITE="http://www.zsnes.com/" 1.7 -TARBALL="zsnes151src.tar.bz2" 1.8 +TARBALL="$PACKAGE${VERSION//./}src.tar.bz2" 1.9 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.10 TAGS="emulator nintendo snes" 1.11 1.12 DEPENDS="gcc-lib-base libsdl libpng ncurses mesa zlib" 1.13 -BUILD_DEPENDS="$DEPENDS nasm libsdl-dev libpng-dev ncurses-dev mesa-dev automake autoconf zlib-dev patch" 1.14 +BUILD_DEPENDS="$DEPENDS nasm libsdl-dev libpng-dev ncurses-dev mesa-dev \ 1.15 +automake autoconf zlib-dev patch" 1.16 1.17 # Rules to configure and make the package. 1.18