1 # Contributor, Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
7 depends=('gtk2' 'xdg-utils')
8 pkgdesc="A program to find files with a nice gtk interface"
9 url="http://kornelix.squarespace.com/findwild"
10 source=("http://kornelix.squarespace.com/storage/downloads/$pkgname-$pkgver.tar.gz")
11 md5sums=('02c297797ee046a87d50c987832a1728')
14 cd $srcdir/$pkgname-$pkgver
16 sed -i 's+xdg-deskto+#xdg-deskto+' Makefile
21 cd $srcdir/$pkgname-$pkgver
22 install -Dm644 desktop \
23 $pkgdir/usr/share/applications/$pkgname.desktop
24 make DESTDIR=$pkgdir install
25 rm $pkgdir/usr/share/applications/kornelix-$pkgname.desktop
26 rm $pkgdir/usr/share/doc/$pkgname/$pkgname.man