wok diff kobodeluxe/receipt @ rev 1861

Add: tcl6.5*, tk8.5*.
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Tue Dec 16 00:20:30 2008 +0100 (2008-12-16)
parents 8c8d1dfb63df
children 8f4ac32ab3b1
line diff
     1.1 --- a/kobodeluxe/receipt	Thu Jul 24 09:52:02 2008 +0000
     1.2 +++ b/kobodeluxe/receipt	Tue Dec 16 00:20:30 2008 +0100
     1.3 @@ -26,6 +26,7 @@
     1.4  		--prefix=/usr \
     1.5  		--mandir=/usr/share/man \
     1.6  		--infodir=/usr/share/info \
     1.7 +		--sharedstatedir=/var/games \
     1.8  		$CONFIGURE_ARGS
     1.9  	make
    1.10  	make DESTDIR=$PWD/_pkg install
    1.11 @@ -44,4 +45,12 @@
    1.12  	mkdir -p $fs/usr
    1.13  	cp -a $_pkg/usr/bin $fs/usr
    1.14  	cp -a $_pkg/usr/share $fs/usr/share
    1.15 +
    1.16 +	mkdir -p $fs/var/games/kobo-deluxe/scores
    1.17 +	chmod 667 $fs/var/games/kobo-deluxe/scores
    1.18  }
    1.19 +
    1.20 +pre_remove()
    1.21 +{
    1.22 +	rm -rf /var/games/kobo-deluxe/*
    1.23 +}