core/qt5-imageformats/PKGBUILD

30 lines
702 B
Bash
Raw Normal View History

2013-03-05 11:15:17 +08:00
# 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")
2013-03-07 02:16:45 +08:00
md5sums=('c3f357657b68d4c4788f8c7f71be519b')
2013-03-05 11:15:17 +08:00
build() {
cd $srcdir/$_pkgfqn
/usr/lib/qt5/bin/qmake
make
}
package() {
cd $srcdir/$_pkgfqn
make INSTALL_ROOT=$pkgdir install
}