wok-next diff linapple/receipt @ rev 18450
perl-datetime and others: update to perl datetime which required a bunch of other deps to also be updated
author | Nathan Neulinger <nneul@neulinger.org> |
---|---|
date | Sun Sep 27 19:52:03 2015 +0000 (2015-09-27) |
parents | 9af0717a63c0 |
children | 27bfe81dc6bd |
line diff
1.1 --- a/linapple/receipt Sat May 19 13:04:15 2012 +0200 1.2 +++ b/linapple/receipt Sun Sep 27 19:52:03 2015 +0000 1.3 @@ -5,14 +5,16 @@ 1.4 CATEGORY="misc" 1.5 SHORT_DESC="Apple //e emulator." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 TARBALL="$PACKAGE-src_$VERSION.tar.bz2" 1.9 WEB_SITE="http://linapple.sourceforge.net/" 1.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.11 -BUILD_DEPENDS="libsdl-dev zlib-dev curl-dev libzip-dev" 1.12 -DEPENDS="gcc-lib-base libsdl zlib curl libzip" 1.13 CONFIG_FILES="/etc/linapple.conf" 1.14 TAGS="emulator apple2" 1.15 1.16 +DEPENDS="gcc-lib-base libsdl zlib curl libzip" 1.17 +BUILD_DEPENDS="libsdl-dev zlib-dev curl-dev libzip-dev" 1.18 + 1.19 # Rules to configure and make the package. 1.20 compile_rules() 1.21 {