Advertisement
lctrgk

makepkg photo 0.9

Jan 18th, 2013
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.56 KB | None | 0 0
  1.  # Maintainer: archtux <antonio dot arias99999 at gmail dot com>
  2.  
  3. pkgname=photo
  4. pkgver=0.9
  5. pkgrel=1
  6. pkgdesc="A fast, simple, good looking, yet powerfull and highly configurable image viewer."
  7. arch=('i686' 'x86_64')
  8. url="http://photoqt.org/"
  9. license=('GPL')
  10. depends=('exiv2' 'qt>4.7')
  11. makedepends=('cmake' 'libgexiv2' 'libkexiv2')
  12. source=(http://photoqt.org/pkgs/$pkgname-$pkgver.tar.gz)
  13. md5sums=('3757aa43f167cf901e838be8e798152b')
  14.  
  15. build() {
  16.   cd $srcdir/$pkgname-*
  17.  
  18.    # Build
  19.    cmake . -DCMAKE_INSTALL_PREFIX=/usr
  20.    make DESTDIR=$pkgdir install
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement