mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
iniparser: remove noarch
This commit is contained in:
parent
98a9b73c81
commit
b1a13206b4
1 changed files with 1 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'iniparser'
|
# Template file for 'iniparser'
|
||||||
pkgname=iniparser
|
pkgname=iniparser
|
||||||
version=4.1
|
version=4.1
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
hostmakedepends="doxygen chrpath"
|
hostmakedepends="doxygen chrpath"
|
||||||
short_desc="Free stand-alone ini file parsing library"
|
short_desc="Free stand-alone ini file parsing library"
|
||||||
|
@ -58,14 +58,12 @@ iniparser-devel_package() {
|
||||||
}
|
}
|
||||||
iniparser-doc_package() {
|
iniparser-doc_package() {
|
||||||
short_desc+=" - documentation"
|
short_desc+=" - documentation"
|
||||||
archs=noarch
|
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/share/doc/iniparser
|
vmove usr/share/doc/iniparser
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
iniparser-example_package() {
|
iniparser-example_package() {
|
||||||
short_desc+=" - example code"
|
short_desc+=" - example code"
|
||||||
archs=noarch
|
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/share/iniparser/example
|
vmove usr/share/iniparser/example
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue