mythes: move .{a,pc} files to -devel and fix rdeps.
This commit is contained in:
parent
90e9a4bcc0
commit
290f9aa8cb
1 changed files with 5 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'mythes'
|
||||
pkgname=mythes
|
||||
version=1.2.4
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
short_desc="Simple thesaurus that uses a structured text data"
|
||||
maintainer="Enno Boland <eb@s01.de>"
|
||||
|
@ -13,10 +13,12 @@ distfiles="${SOURCEFORGE_SITE}/hunspell/$pkgname-$version.tar.gz"
|
|||
checksum=1e81f395d8c851c3e4e75b568e20fa2fa549354e75ab397f9de4b0e0790a305f
|
||||
|
||||
mythes-devel_package() {
|
||||
depends="mythes>=${version}_${revision} $makedepends"
|
||||
depends="${sourcepkg}-${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/lib/*.a
|
||||
vmove usr/lib/*.so
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue