contrib/sylpheed-claws-themes/Pkgfile

18 lines
493 B
Plaintext
Raw Normal View History

# Description: Some themes for claws mail email client
# URL: http://www.claws-mail.org/index.php
2006-10-29 12:57:46 +01:00
# Maintainer: Mikhail Kolesnik, mike at openbunker dot org
2006-10-28 21:58:59 +02:00
# Depends on: sylpheed-claws
name=sylpheed-claws-themes
version=20060615
release=2
2006-10-28 21:58:59 +02:00
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
2006-10-28 21:58:59 +02:00
}