updated on Tue Jan 10 12:02:00 UTC 2012
[aur-mirror.git] / getez / PKGBUILD
blobc5faad64d6d38d731849c76ae60062de00839e53
1 # Maintainer: archtux <antonio.arias99999@gmail.com>
3 pkgname=getez
4 pkgver=0.2
5 pkgrel=1
6 pkgdesc="GUI for wget"
7 arch=('i686' 'x86_64')
8 url="http://getez.sourceforge.net/"
9 license=('GPL')
10 depends=('gtk2')
11 makedepends=('autoconf' 'automake')
12 optdepends=('wget')
13 source=(http://downloads.sourceforge.net/sourceforge/getez/$pkgname-$pkgver.tar.gz)
14 md5sums=('5367a6944834113ac743c059f0264584')
16 build() {
17   cd $srcdir/$pkgname-$pkgver
19   ./autogen.sh
20   ./configure
21   make
22   install -Dm755 ./src/getez $pkgdir/usr/bin/getez
24  # Desktop icon
25    cd $startdir
26    install -Dm644 getez.png     $pkgdir/usr/share/pixmaps/getez.png
27    install -Dm644 getez.desktop $pkgdir/usr/share/applications/getez.desktop