wok-next diff offlineimap/receipt @ rev 20859

Update ALSA stack (1.1.6)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jun 27 13:35:43 2018 +0300 (2018-06-27)
parents 16df76e1fc6a
children d5aab818505e
line diff
     1.1 --- a/offlineimap/receipt	Fri May 22 17:34:18 2015 +0300
     1.2 +++ b/offlineimap/receipt	Wed Jun 27 13:35:43 2018 +0300
     1.3 @@ -1,4 +1,4 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="offlineimap"
     1.8  VERSION="6.0.3"
     1.9 @@ -6,28 +6,21 @@
    1.10  SHORT_DESC="IMAP/Maildir synchronization and reader support"
    1.11  MAINTAINER="taziden@slitaz.org"
    1.12  LICENSE="GPL2"
    1.13 +WEB_SITE="http://software.complete.org/software/projects/show/offlineimap/"
    1.14 +
    1.15  TARBALL="offlineimap_$VERSION.tar.gz"
    1.16 -WEB_SITE="http://software.complete.org/software/projects/show/offlineimap/"
    1.17  WGET_URL="http://mirror.slitaz.org/sources/packages/${TARBALL:0:1}/$TARBALL"
    1.18 -TAGS="email imap"
    1.19  
    1.20 -DEPENDS="python"
    1.21  BUILD_DEPENDS="python-dev"
    1.22  
    1.23 -# Rules to configure and make the package.
    1.24 -compile_rules()
    1.25 -{
    1.26 +compile_rules() {
    1.27  	mkdir -p $DESTDIR/etc
    1.28  	cp offlineimap.conf* $DESTDIR/etc
    1.29  	python setup.py install --root=$DESTDIR
    1.30  }
    1.31  
    1.32 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.33 -genpkg_rules()
    1.34 -{
    1.35 -	mkdir -p $fs/usr/share/applications
    1.36 -	cp -a $install/etc $fs
    1.37 -	cp -a $install/usr/bin $fs/usr
    1.38 -	cp -a $install/usr/lib $fs/usr
    1.39 -	cp -a $stuff/* $fs/usr/share/applications 
    1.40 +genpkg_rules() {
    1.41 +	copy @std
    1.42 +	DEPENDS="python"
    1.43 +	TAGS="email imap"
    1.44  }