updated on Wed Jan 25 20:08:56 UTC 2012
[aur-mirror.git] / aasaver / PKGBUILD
blobf059539e8998b9a15ec4cafcfe690060bc6c742b
1 # This is an example PKGBUILD file. Use this as a start to creating your own,
2 # and remove these comments. For more information, see 'man PKGBUILD'.
3 # NOTE: Please fill out the license field for your package! If it is unknown,
4 # then please put 'unknown'.
6 # Contributor:  <>
7 pkgname=aasaver
8 pkgver=0.3.2
9 pkgrel=2
10 pkgdesc="A kde screensaver featuring aquarium/sea animation in ASCII art"
11 arch=('i686' 'x86_64')
12 url="http://www.kde-look.org/content/show.php/KDE+Asciiquarium?content=29207"
13 license=('GPL')
14 depends=(kdelibs qt3 python)
15 source=(http://www.kde-look.org/CONTENT/content-files/29207-$pkgname-$pkgver.tar.bz2)
16 md5sums=('dfc6780c196883f25ec01b4663dfaca3')
19 build() {
20   cd "$srcdir/$pkgname-$pkgver"
22   ./configure
23   make || return 1
24   make DESTDIR="$pkgdir/opt/kde" install