wok-6.x diff stellarium/receipt @ rev 13902

foremost fix conf error message
author ernia
date Sun Jan 20 15:13:56 2013 +0000 (2013-01-20)
parents 107cbd2c6157
children 68ec33732967
line diff
     1.1 --- a/stellarium/receipt	Thu Oct 13 03:00:49 2011 +0000
     1.2 +++ b/stellarium/receipt	Sun Jan 20 15:13:56 2013 +0000
     1.3 @@ -9,8 +9,10 @@
     1.4  WEB_SITE="http://www.stellarium.org/"
     1.5  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     1.6  
     1.7 -DEPENDS="libpng mesa glib freetype openssl libQtScript libQtOpenGL libQtSql libQtNetwork libQtGui zlib"
     1.8 -BUILD_DEPENDS="gettext perl cmake libboost-dev libboost-thread-dev mesa-dev qt4 Qt4-dev qmake zlib-dev pkg-config xorg-libX11-dev"
     1.9 +DEPENDS="libpng mesa glib freetype openssl libQtScript libQtOpenGL libQtSql \
    1.10 +libQtNetwork libQtGui zlib"
    1.11 +BUILD_DEPENDS="gettext perl cmake libboost-dev libboost-thread-dev mesa-dev \
    1.12 +qt4 Qt4-dev qmake zlib-dev pkg-config xorg-libX11-dev"
    1.13  
    1.14  # Rules to configure and make the package.
    1.15  compile_rules()
    1.16 @@ -25,7 +27,6 @@
    1.17  genpkg_rules()
    1.18  {
    1.19  	mkdir -p $fs/usr/share/pixmaps $fs/usr/share/applications
    1.20 -	cp -a $_pkg/usr/bin $fs/usr
    1.21 -	cp -a $_pkg/usr/share/stellarium $fs/usr/share
    1.22 +	cp -a $install/usr/bin $fs/usr
    1.23 +	cp -a $install/usr/share/stellarium $fs/usr/share
    1.24  }
    1.25 -