updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / findwild / PKGBUILD
blobb90e9cab4c691653004d8b4e9ab931d8ccac1af2
1 # Contributor, Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
2 pkgname=findwild
3 pkgver=1.3
4 pkgrel=1
5 arch=('i686' 'x86_64')
6 license=('GPL3')
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')
13 build() {
14   cd $srcdir/$pkgname-$pkgver
15   export PREFIX=/usr
16   sed -i 's+xdg-deskto+#xdg-deskto+' Makefile
17   make 
20 package() {
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