New package: attica-0.4.2.
This commit is contained in:
parent
38cf3de38c
commit
9c5e612776
3 changed files with 29 additions and 0 deletions
|
@ -1254,3 +1254,4 @@ libqzeitgeist.so.1 libqzeitgeist-0.8.0_1
|
|||
libphonon.so.4 phonon-4.6.0_1
|
||||
libphononexperimental.so.4 phonon-4.6.0_1
|
||||
libdbusmenu-qt.so.2 libdbusmenu-qt-0.9.2_1
|
||||
libattica.so.0 attica-0.4.2_1
|
||||
|
|
1
srcpkgs/attica-devel
Symbolic link
1
srcpkgs/attica-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
attica
|
27
srcpkgs/attica/template
Normal file
27
srcpkgs/attica/template
Normal file
|
@ -0,0 +1,27 @@
|
|||
# Template file for 'attica'
|
||||
pkgname=attica
|
||||
version=0.4.2
|
||||
revision=1
|
||||
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
|
||||
}
|
||||
}
|
||||
|
||||
attica_package() {
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue