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'.
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"
14 depends=(kdelibs qt3 python)
15 source=(http://www.kde-look.org/CONTENT/content-files/29207-$pkgname-$pkgver.tar.bz2)
16 md5sums=('dfc6780c196883f25ec01b4663dfaca3')
20 cd "$srcdir/$pkgname-$pkgver"
24 make DESTDIR="$pkgdir/opt/kde" install