wok rev 3859

Add pyneighborhood
author Paul Issott <paul@slitaz.org>
date Fri Aug 07 20:44:56 2009 +0000 (2009-08-07)
parents 13eb25ae963c
children 35792a81be44
files pyneighborhood/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/pyneighborhood/receipt	Fri Aug 07 20:44:56 2009 +0000
     1.3 @@ -0,0 +1,29 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="pyneighborhood"
     1.7 +VERSION="0.5.0"
     1.8 +CATEGORY="network"
     1.9 +SHORT_DESC="GUI frontend for samba tools (smbclient, smbmount, etc)."
    1.10 +MAINTAINER="paul@slitaz.org"
    1.11 +DEPENDS="python pygtk samba gettext"
    1.12 +BUILD_DEPENDS="python python-dev"
    1.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14 +WEB_SITE="https://launchpad.net/pyneighborhood"
    1.15 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.16 +
    1.17 +# Rules to configure and make the package.
    1.18 +compile_rules()
    1.19 +{
    1.20 +	cd $src
    1.21 +	python setup.py build &&
    1.22 +	python setup.py install --root=$PWD/_pkg
    1.23 +
    1.24 +}
    1.25 +
    1.26 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.27 +genpkg_rules()
    1.28 +{
    1.29 +	mkdir -p $fs
    1.30 +	cp -a $_pkg/usr $fs
    1.31 +}
    1.32 +