updated on Mon Jan 16 12:07:49 UTC 2012
[aur-mirror.git] / echo-icon-theme-git / PKGBUILD
blob89be1ba8715512735c964453e5d796e81bca851c
1 # Maintainer: Michael Wiencek <mwtuea at gmail dot com>
2 pkgname=echo-icon-theme-git
3 pkgver=20100908
4 pkgrel=1
5 pkgdesc="a new generation of icons theme aimed to replace Bluecurve."
6 url="https://fedorahosted.org/echo-icon-theme/"
7 arch=("any")
8 license=("CCPL")
9 depends=("icon-naming-utils")
10 _gitroot="git://git.fedorahosted.org"
11 _gitname="echo-icon-theme"
13 build() {
14   msg "Connecting to git.fedorahosted.org..."
16   if [ -d $srcdir/$_gitname ] ; then
17       cd $_gitname && git pull origin
18       msg "The local files have been updated."
19   else
20       git clone $_gitroot/$_gitname
21       msg "Checkout complete."
22       cd $_gitname
23   fi
25   cd base
26   aclocal && automake --add-missing && autoconf || return 1
27   ./configure --prefix=/usr || return 1
28   make || return 1
29   make prefix=$pkgdir/usr install