28 lines
667 B
Text
28 lines
667 B
Text
# Template file for 'phototonic'
|
|
# vim: set ts=4 sw=4 sts=4 et:
|
|
pkgname=phototonic
|
|
version=1.5.1
|
|
revision=1
|
|
maintainer="Carlo Dormeletti <carloDOTdormelettiATaliceDOTit>"
|
|
homepage="http://oferkv.github.io/phototonic/"
|
|
license="GPL-3"
|
|
short_desc="Lightweight image viewer and organizer for Qt5"
|
|
hostmakedepends="pkg-config"
|
|
makedepends="qt5-svg-devel exiv2-devel"
|
|
depends="qt5-imageformats"
|
|
distfiles="https://github.com/oferkv/${pkgname}/archive/v1.5.tar.gz"
|
|
checksum="0356aa0dbcf015f33fc3ba7bd4c874712bac95aa296d31fd08428883183f97a4"
|
|
wrksrc="$pkgname-1.5"
|
|
|
|
do_configure() {
|
|
qmake
|
|
}
|
|
|
|
do_build() {
|
|
make
|
|
}
|
|
|
|
do_install() {
|
|
make INSTALL_ROOT=$DESTDIR install
|
|
}
|
|
|