mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
anthy: move development files to a -devel subpkg.
This commit is contained in:
parent
43afbab6ae
commit
93757b27fe
2 changed files with 12 additions and 1 deletions
1
srcpkgs/anthy-devel
Symbolic link
1
srcpkgs/anthy-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
anthy
|
|
@ -1,7 +1,8 @@
|
||||||
# Template file for 'anthy'
|
# Template file for 'anthy'
|
||||||
pkgname=anthy
|
pkgname=anthy
|
||||||
version=9100h
|
version=9100h
|
||||||
revision=1
|
revision=2
|
||||||
|
conf_files="/etc/anthy-conf"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
short_desc="Hiragana text to Kana Kanji mixed text Japanese input method"
|
short_desc="Hiragana text to Kana Kanji mixed text Japanese input method"
|
||||||
|
@ -11,3 +12,12 @@ homepage="http://osdn.jp/projects/anthy/"
|
||||||
distfiles="http://dl.osdn.jp/${pkgname}/37536/${pkgname}-${version}.tar.gz"
|
distfiles="http://dl.osdn.jp/${pkgname}/37536/${pkgname}-${version}.tar.gz"
|
||||||
checksum="d256f075f018b4a3cb0d165ed6151fda4ba7db1621727e0eb54569b6e2275547"
|
checksum="d256f075f018b4a3cb0d165ed6151fda4ba7db1621727e0eb54569b6e2275547"
|
||||||
|
|
||||||
|
anthy-devel_package() {
|
||||||
|
short_desc+=" - development files"
|
||||||
|
depends="${sourcepkg}-${version}_${revision}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/include
|
||||||
|
vmove usr/lib/pkgconfig
|
||||||
|
vmove usr/lib/*.so
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue