contrib/claws-mail-themes/Pkgfile

23 lines
779 B
Plaintext
Raw Normal View History

# Description: Some themes for claws-mail email client
2008-08-30 16:47:08 +02:00
# URL: http://www.claws-mail.org/themes.php?section=downloads
# Maintainer: Mikhail Kolesnik, mike at openbunker dot org
# Depends on: claws-mail
name=claws-mail-themes
2010-12-14 14:51:21 +01:00
version=20100514
2009-01-09 14:55:45 +01:00
release=1
2008-08-30 16:47:08 +02:00
source=(http://www.claws-mail.org/themes/$name-$version.tar.gz)
build() {
2008-08-30 16:47:08 +02:00
mkdir -p $PKG/usr/share/claws-mail/themes
cp -r $name-$version/* $PKG/usr/share/claws-mail/themes
2009-01-09 14:55:45 +01:00
find $PKG -iname INSTALL | xargs rm -f
find $PKG -iname COPYING | xargs rm -f
find $PKG -iname LICENSE* | xargs rm -f
find $PKG -iname README* | xargs rm -f
find $PKG -iname ChangeLog* | xargs rm -f
find $PKG -iname DISCLAIMER* | xargs rm -f
2008-08-30 16:47:08 +02:00
find $PKG -type f -print0 | xargs -0 chmod 644
find $PKG -type d -print0 | xargs -0 chmod 755
}