wok diff cairo-clock/receipt @ rev 20580

go: force arch
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 13 22:11:22 2018 +0100 (2018-12-13)
parents 69cf73a6ef71
children 6e8b1bcb30e2
line diff
     1.1 --- a/cairo-clock/receipt	Sat Aug 04 14:58:32 2012 +0200
     1.2 +++ b/cairo-clock/receipt	Thu Dec 13 22:11:22 2018 +0100
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="Nice analog clock displaying the system-time."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://macslow.thepimp.net/?page_id=23"
    1.10  #WGET_URL="http://macslow.thepimp.net/projects/cairo-clock/$TARBALL"
    1.11 @@ -26,9 +27,9 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr/share/$PACKAGE/themes
    1.15 -	cp -a $_pkg/usr/bin $fs/usr
    1.16 -	cp -a $_pkg/usr/share/$PACKAGE/glade \
    1.17 +	cp -a $install/usr/bin $fs/usr
    1.18 +	cp -a $install/usr/share/$PACKAGE/glade \
    1.19  		$fs/usr/share/$PACKAGE
    1.20 -	cp -a $_pkg/usr/share/$PACKAGE/themes/default \
    1.21 +	cp -a $install/usr/share/$PACKAGE/themes/default \
    1.22  		$fs/usr/share/$PACKAGE/themes
    1.23  }