updated on Tue Jan 17 08:05:08 UTC 2012
[aur-mirror.git] / showimage / PKGBUILD
blobc707447b0b3ed70a687ab442c89ef622dc3c24e2
1 pkgname=showimage
2 pkgver=1.6.3
3 pkgrel=1
4 pkgdesc="ShowImage is a simple KDE based image viewer using the maximum space inside its window without cluttering the window with menubar, toolbar or statusbar."
5 _odid=143977
6 url="http://opendesktop.org/content/show.php/ShowImage?content=${_odid}"
7 license=('GPL')
8 arch=('i686' 'x86_64')
9 depends=('kdelibs')
10 makedepends=('cmake' 'automoc4')
11 optdepends=()
12 source=(http://opendesktop.org/CONTENT/content-files/${_odid}-${pkgname}-${pkgver}.tar.bz2)
13 md5sums=('045784689c2b66826ada147adb7e29af')
15 build() {
16   cd ${srcdir}/${pkgname}-${pkgver}
17   cmake . -DCMAKE_INSTALL_PREFIX=/usr
18   make || return 1
19   make DESTDIR=${pkgdir} install || return 1