wok diff pyneighborhood/receipt @ rev 4513
syslinux: add isohybrid (shell version)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Nov 26 16:44:48 2009 +0100 (2009-11-26) |
parents | 35792a81be44 |
children | c0b957b9020a |
line diff
1.1 --- a/pyneighborhood/receipt Fri Aug 07 20:51:00 2009 +0000 1.2 +++ b/pyneighborhood/receipt Thu Nov 26 16:44:48 2009 +0100 1.3 @@ -5,7 +5,7 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="GUI frontend for samba tools (smbclient, smbmount, etc)." 1.6 MAINTAINER="paul@slitaz.org" 1.7 -DEPENDS="python pygtk samba gettext" 1.8 +DEPENDS="python pygtk samba gettext libffi" 1.9 BUILD_DEPENDS="python python-dev" 1.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.11 WEB_SITE="https://launchpad.net/pyneighborhood" 1.12 @@ -15,6 +15,10 @@ 1.13 compile_rules() 1.14 { 1.15 cd $src 1.16 + 1.17 + # hack .desktop file 1.18 + sed -i 's/Application;Network;System;Utility/Application;System;/' pyNeighborhood.desktop 1.19 + 1.20 python setup.py build && 1.21 python setup.py install --root=$PWD/_pkg 1.22 }