contrib/sylpheed-claws-themes/Pkgfile

17 lines
428 B
Plaintext
Raw Normal View History

2006-10-28 21:58:59 +02:00
# Description: Some themes for sylpheed-claws email client
# URL: http://claws.sylpheed.org
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=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
}