sylpheed-claws-themes: added symlink caused by name change; this port will keep old name until upstream will change the tarball name

This commit is contained in:
Mikhail Kolesnik 2006-12-05 23:44:43 +02:00
parent 09567f918a
commit 29f943b749
2 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,6 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/share/
lrwxrwxrwx root/root usr/share/claws-mail -> /usr/share/sylpheed-claws
drwxr-xr-x root/root usr/share/sylpheed-claws/
drwxr-xr-x root/root usr/share/sylpheed-claws/themes/
drwxr-xr-x root/root usr/share/sylpheed-claws/themes/Crystal/

View File

@ -1,11 +1,11 @@
# Description: Some themes for sylpheed-claws email client
# URL: http://claws.sylpheed.org
# 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=1
release=2
source=(http://dl.sourceforge.net/sourceforge/sylpheed-claws/sylpheed-claws-themes-20060615.tar.bz2)
build() {
@ -13,4 +13,5 @@ build() {
./configure --prefix=/usr
make
make DESTDIR=$PKG install
ln -s /usr/share/sylpheed-claws $PKG/usr/share/claws-mail
}