# HG changeset patch # User Pascal Bellard # Date 1487245244 -3600 # Node ID 986db52247ee9d79bb94bbe9d294a3c0f7154ee7 # Parent 74b7f596f55e92fb3a98dca79897dd4e589168a1 Up vice (3.0) diff -r 74b7f596f55e -r 986db52247ee vice/receipt --- a/vice/receipt Thu Feb 16 11:20:28 2017 +0200 +++ b/vice/receipt Thu Feb 16 12:40:44 2017 +0100 @@ -1,17 +1,17 @@ # SliTaz package receipt. PACKAGE="vice" -VERSION="2.2" +VERSION="3.0" CATEGORY="games" SHORT_DESC="Commodore 64 and others emulator." MAINTAINER="devl547@gmail.com" LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.viceteam.org/" -WGET_URL="http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/$TARBALL" +WGET_URL="$SF_MIRROR/vice-emu/files/releases/$TARBALL" DEPENDS="gtk+" -BUILD_DEPENDS="gtk+-dev" +BUILD_DEPENDS="gtk+-dev xorg-bdftopcf xorg-mkfontdir" # Rules to configure and make the package. compile_rules()