core/qt5-imageformats/PKGBUILD
2013-03-06 18:16:45 +00:00

30 lines
702 B
Bash

# maintainer abveritas@chakra-project.org
pkgname=qt5-imageformats
pkgver=5.0.1
_pkgver=5.0.1
pkgrel=1
pkgdesc=('A cross-platform application and UI framework, QtImageFormats files')
arch=('x86_64')
url='http://qt.nokia.com/'
license=('GPL3' 'LGPL')
depends=('qt5-base' 'libtiff' 'libmng')
options=('!libtool')
groups=('qt5')
_pkgfqn="qtimageformats-opensource-src-${_pkgver}"
source=("http://origin.releases.qt-project.org/qt5/${_pkgver}/submodules_tar/qtimageformats-opensource-src-${_pkgver}.tar.xz")
md5sums=('c3f357657b68d4c4788f8c7f71be519b')
build() {
cd $srcdir/$_pkgfqn
/usr/lib/qt5/bin/qmake
make
}
package() {
cd $srcdir/$_pkgfqn
make INSTALL_ROOT=$pkgdir install
}