libchewing: don't move .dat files to -devel package
This commit is contained in:
parent
7f113c95dc
commit
8079269c76
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libchewing'
|
||||
pkgname=libchewing
|
||||
version=0.5.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cmake
|
||||
makedepends="sqlite-devel"
|
||||
short_desc="Intelligent phonetic (Zhuyin/Bopomofo) input method"
|
||||
|
@ -20,6 +20,5 @@ libchewing-devel_package() {
|
|||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/share
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue