wok-6.x diff xplanet/receipt @ rev 17564
Up: hexchat 2.10.2
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Sat Feb 07 17:14:34 2015 +0000 (2015-02-07) |
parents | 73641efed1cc |
children | 8417cbe6fdae |
line diff
1.1 --- a/xplanet/receipt Mon Apr 23 16:30:27 2012 +0200 1.2 +++ b/xplanet/receipt Sat Feb 07 17:14:34 2015 +0000 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