wok diff goffice/receipt @ rev 15099

tty-clock: update wget_url
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Aug 14 12:20:24 2013 +0000 (2013-08-14)
parents eaa75d6adeb2
children 246964d7c465
line diff
     1.1 --- a/goffice/receipt	Thu Feb 28 11:41:14 2013 +0100
     1.2 +++ b/goffice/receipt	Wed Aug 14 12:20:24 2013 +0000
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="GOffice is a library of document-centric objects and utilities."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.xz"
     1.9  WEB_SITE="http://freshmeat.net/projects/goffice/"
    1.10  WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.11 @@ -31,9 +32,9 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr/lib $fs/usr/share
    1.15 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.16 -	cp -a $_pkg/usr/lib/goffice $fs/usr/lib
    1.17 -	cp -a $_pkg/usr/share/goffice $fs/usr/share
    1.18 -	cp -a $_pkg/usr/share/pixmaps $fs/usr/share
    1.19 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.20 +	cp -a $install/usr/lib/goffice $fs/usr/lib
    1.21 +	cp -a $install/usr/share/goffice $fs/usr/share
    1.22 +	cp -a $install/usr/share/pixmaps $fs/usr/share
    1.23  }
    1.24