2013-06-16 07:13:16 +00:00
|
|
|
# Template file for 'attica'
|
|
|
|
pkgname=attica
|
|
|
|
version=0.4.2
|
2014-05-25 10:01:47 +00:00
|
|
|
revision=2
|
2013-06-16 07:13:16 +00:00
|
|
|
build_style=cmake
|
|
|
|
hostmakedepends="cmake"
|
|
|
|
makedepends="qt-devel"
|
|
|
|
short_desc="A Qt library that implements the Open Collaboration Services API"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
license="GPL-3"
|
|
|
|
homepage="https://projects.kde.org/projects/kdesupport/attica"
|
|
|
|
distfiles="http://download.kde.org/stable/${pkgname}/${pkgname}-${version}.tar.bz2"
|
|
|
|
checksum=3b9c53770862c0b21b7af7ea15951c35831126022bb8d052760d9cf8bd7ee4f8
|
|
|
|
|
|
|
|
attica-devel_package() {
|
|
|
|
depends="${sourcepkg}-${version}_${revision}"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/lib/pkgconfig
|
2014-05-25 10:01:47 +00:00
|
|
|
vmove usr/lib/*.so
|
2013-06-16 07:13:16 +00:00
|
|
|
}
|
|
|
|
}
|