1 # Maintainer: Atsutane <darkandevil@hotmail.de>
2 # Contributor: Clemens Novak <e0025574@student.tuwien.ac.at>
7 pkgdesc="Fluxbox Utility for creating and managing Icons on a Fluxbox Desktop"
8 url="http://fluxbox.org/fbdesk/"
10 depends=('libpng' 'x-server')
11 backup=('~/.fluxbox/fbdesk.icons' '~/.fluxbox/fbdesk')
12 arch=('i686' 'x86_64')
13 source=(http://fluxbox.sourceforge.net/download/$pkgname-$pkgver.tar.gz
14 http://aur.archlinux.org/packages/fbdesk/fbdesk/$pkgname-$pkgver-gcc43.patch)
17 md5sums=('b65136d2d52524492c8a5bc233b7f34b'
18 '6c0730137cb50185d4c6d88f69553d2d')
21 cd $startdir/src/fbdesk-$pkgver
22 patch -Np1 -i ${startdir}/src/$pkgname-$pkgver-gcc43.patch || return 1
23 ./configure --prefix=/usr
25 make prefix=$startdir/pkg/usr install