wok-6.x diff kqemu/receipt @ rev 3026
Add: murrine-svn-themes (some themes for murrine GTK engine)
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Mon May 11 19:49:47 2009 +0000 (2009-05-11) |
parents | c1610baa4cf4 |
children | 37a6d35387dd |
line diff
1.1 --- a/kqemu/receipt Thu Jan 22 18:08:21 2009 +0000 1.2 +++ b/kqemu/receipt Mon May 11 19:49:47 2009 +0000 1.3 @@ -8,6 +8,7 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WEB_SITE="http://bellard.org/qemu" 1.6 WGET_URL="$WEB_SITE/$TARBALL" 1.7 +DEPENDS="linux" 1.8 BUILD_DEPENDS="gcc3" 1.9 SUGGESTED="qemu" 1.10 1.11 @@ -42,7 +43,7 @@ 1.12 # Post install/remove commands for Tazpkg. 1.13 post_install() 1.14 { 1.15 - depmod -a -b "$1/" ${EXTRAVERSION#_}-slitaz 1.16 + chroot "$1/" depmod -a ${EXTRAVERSION#_}-slitaz 1.17 } 1.18 1.19 post_remove()