contrib/claws-mail-themes/Pkgfile

22 lines
724 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
2008-08-30 16:47:08 +02:00
version=20080822
2008-11-11 17:14:57 +01:00
release=2
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
find $PKG -name INSTALL | xargs rm -f
2008-11-11 17:14:57 +01:00
find $PKG -name COPYING | xargs rm -f
find $PKG -name LICENSE | xargs rm -f
find $PKG -name README* | xargs rm -f
find $PKG -name ChangeLog* | 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
}