# packaged by Didier Spaier pkgname=archivemail pkgver=0.9.0 pkgrel=1slint slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname (archive and compress old email in mailboxes)" "archivemail is a tool written in python(1) for archiving and" "compressing old email in mailboxes." "" "It can move messages older than the specified number of days to a" "separate 'archive' mbox-format mailbox that is compressed with 'gzip'." ) source=("${pkgname}-${pkgver}.tar.gz") docs=("COPYING" "NEWS" "TODO" "README" "FAQ" "CHANGELOG" "test_archivemail") options=("nosrcpack") build() { cd $SRC/$pkgname-$pkgver python3 setup.py install --install-data=/usr --root=$PKG || return 1 }