wok-current diff kqemu/receipt @ rev 2927
Fix: Vim, add GUI support. Add global vimrc
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Thu May 07 10:29:32 2009 +0200 (2009-05-07) |
parents | c1610baa4cf4 |
children | 37a6d35387dd |
line diff
1.1 --- a/kqemu/receipt Thu Jan 22 18:08:21 2009 +0000 1.2 +++ b/kqemu/receipt Thu May 07 10:29:32 2009 +0200 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()