wok diff xplanet/receipt @ rev 16907
pangox-compat-dev: typo
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Jul 16 02:01:15 2014 +0300 (2014-07-16) |
parents | 73641efed1cc |
children | 8417cbe6fdae |
line diff
1.1 --- a/xplanet/receipt Mon Apr 23 16:30:27 2012 +0200 1.2 +++ b/xplanet/receipt Wed Jul 16 02:01:15 2014 +0300 1.3 @@ -5,9 +5,11 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="Render major planets into the X root window." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://xplanet.sourceforge.net/" 1.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.11 + 1.12 DEPENDS="perl jpeg libpng zlib tiff xorg-libX11 freetype pango fontconfig \ 1.13 glib xorg-libXau xorg-libXdmcp expat giflib xorg-libXss gcc-lib-base \ 1.14 util-linux-uuid" 1.15 @@ -32,7 +34,7 @@ 1.16 genpkg_rules() 1.17 { 1.18 mkdir -p $fs/usr/share 1.19 - cp -a $_pkg/usr/share/xplanet $fs/usr/share 1.20 - cp -a $_pkg/usr/bin $fs/usr 1.21 + cp -a $install/usr/share/xplanet $fs/usr/share 1.22 + cp -a $install/usr/bin $fs/usr 1.23 } 1.24