updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / netbook-launcher / PKGBUILD
blobdea6e2f4af1cbf53f0afef97c98fe526e9b9a665
1 # Maintainer: noname
3 pkgname=netbook-launcher
4 pkgver=1.5.1
5 pkgrel=1
6 pkgdesc="the desktop-launcher which takes the place of Nautilus"
7 arch=(i686)
8 depends=('clutter' 'clutter-gtk')
9 url="https://edge.launchpad.net/~netbook-remix-team/+archive"
10 license=('GPL')
11 source=(https://edge.launchpad.net/%7Enetbook-remix-team/+archive/+files/netbook-launcher_1.5.1~ppa1.tar.gz)
12 md5sums=('1e4ae5f8a439480b7438c60759c86e97')
13                                                       
14 build() {
15   cd $startdir/src/netbook-remix-launcher
16   cp -v $startdir/ubuntu.png $srcdir/netbook-remix-launcher/data
17   ./configure --prefix=/usr || result 1
18   make || result 1
19   make install DESTDIR=$pkgdir || result 1
20         }