wok diff vice/receipt @ rev 20032
Up hostapd (2.6)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Aug 23 13:34:58 2017 +0200 (2017-08-23) |
parents | 98484136df50 |
children | 3705d68ed8f3 |
line diff
1.1 --- a/vice/receipt Thu Sep 26 17:33:53 2013 +0000 1.2 +++ b/vice/receipt Wed Aug 23 13:34:58 2017 +0200 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()