contrib/sylpheed-claws-themes/Pkgfile
2006-10-29 13:57:46 +02:00

17 lines
428 B
Plaintext

# Description: Some themes for sylpheed-claws email client
# URL: http://claws.sylpheed.org
# Maintainer: Mikhail Kolesnik, mike at openbunker dot org
# Depends on: sylpheed-claws
name=sylpheed-claws-themes
version=20060615
release=1
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
}