updated on Sun Jan 15 16:02:00 UTC 2012
[aur-mirror.git] / fbpanel-svn / PKGBUILD
blobe473321126923a8aba360c6abefdace67a78b303
1 # Maintainer: Calimero <calimeroteknik@free.fr>
3 pkgname=fbpanel-svn
4 pkgver=478
5 pkgrel=1
6 pkgdesc="NetWM compliant desktop panel"
7 arch=('i686' 'x86_64')
8 url="http://fbpanel.sourceforge.net/"
9 depends=('gtk2')
10 conflicts=('fbpanel')
11 provides=('fbpanel')
12 license=('GPL')
14 _svnmod="fbpanel-trunk"
15 _svntrunk="https://fbpanel.svn.sourceforge.net/svnroot/fbpanel/trunk"
17 build() {
18  cd "$srcdir"
20  msg "Downloading from svn repository..."
21  svn co ${_svntrunk} ${_svnmod}
22  msg "SVN checkout done or server timeout"
24  msg "Starting make..."
25  [ -e "${_svnmod}-build" ] && rm -r ${_svnmod}-build
26  cp -r ${_svnmod} ${_svnmod}-build
28  cd ${_svnmod}-build
29  ./configure --prefix=/usr
30  make || return 1
31  make DESTDIR="$pkgdir" install