18 lines
493 B
Plaintext
18 lines
493 B
Plaintext
# Description: Some themes for claws mail email client
|
|
# URL: http://www.claws-mail.org/index.php
|
|
# Maintainer: Mikhail Kolesnik, mike at openbunker dot org
|
|
# Depends on: sylpheed-claws
|
|
|
|
name=sylpheed-claws-themes
|
|
version=20060615
|
|
release=2
|
|
source=(http://dl.sourceforge.net/sourceforge/sylpheed-claws/sylpheed-claws-themes-20060615.tar.bz2)
|
|
|
|
build() {
|
|
cd $name-$version
|
|
./configure --prefix=/usr
|
|
make
|
|
make DESTDIR=$PKG install
|
|
ln -s /usr/share/sylpheed-claws $PKG/usr/share/claws-mail
|
|
}
|