attica: move so symlinks to -devel.

This commit is contained in:
Juan RP 2014-05-25 12:01:47 +02:00
parent 9574dac872
commit 5c7ca53477
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'attica' # Template file for 'attica'
pkgname=attica pkgname=attica
version=0.4.2 version=0.4.2
revision=1 revision=2
build_style=cmake build_style=cmake
hostmakedepends="cmake" hostmakedepends="cmake"
makedepends="qt-devel" makedepends="qt-devel"
@ -17,5 +17,6 @@ attica-devel_package() {
pkg_install() { pkg_install() {
vmove usr/include vmove usr/include
vmove usr/lib/pkgconfig vmove usr/lib/pkgconfig
vmove usr/lib/*.so
} }
} }