wok rev 19721
Up vice (3.0)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Feb 16 12:40:44 2017 +0100 (2017-02-16) |
parents | 74b7f596f55e |
children | 82133530f0c4 |
files | vice/receipt |
line diff
1.1 --- a/vice/receipt Thu Feb 16 11:20:28 2017 +0200 1.2 +++ b/vice/receipt Thu Feb 16 12:40:44 2017 +0100 1.3 @@ -1,17 +1,17 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="vice" 1.7 -VERSION="2.2" 1.8 +VERSION="3.0" 1.9 CATEGORY="games" 1.10 SHORT_DESC="Commodore 64 and others emulator." 1.11 MAINTAINER="devl547@gmail.com" 1.12 LICENSE="GPL2" 1.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 WEB_SITE="http://www.viceteam.org/" 1.15 -WGET_URL="http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/$TARBALL" 1.16 +WGET_URL="$SF_MIRROR/vice-emu/files/releases/$TARBALL" 1.17 1.18 DEPENDS="gtk+" 1.19 -BUILD_DEPENDS="gtk+-dev" 1.20 +BUILD_DEPENDS="gtk+-dev xorg-bdftopcf xorg-mkfontdir" 1.21 1.22 # Rules to configure and make the package. 1.23 compile_rules()