mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
argtable: remove noarch
This commit is contained in:
parent
85b1609d67
commit
fe0f582d33
1 changed files with 2 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'argtable'
|
# Template file for 'argtable'
|
||||||
pkgname=argtable
|
pkgname=argtable
|
||||||
version=2.13
|
version=2.13
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="${pkgname}${version//./-}"
|
wrksrc="${pkgname}${version//./-}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="ANSI C command line parser"
|
short_desc="ANSI C command line parser"
|
||||||
maintainer="Simon Whelan <si.whelan@gmail.com>"
|
maintainer="Simon Whelan <si.whelan@gmail.com>"
|
||||||
license="LGPL-v2"
|
license="LGPL-2.0-or-later"
|
||||||
homepage="http://argtable.sourceforge.net/"
|
homepage="http://argtable.sourceforge.net/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/argtable/argtable2-13.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/argtable/argtable2-13.tar.gz"
|
||||||
checksum=8f77e8a7ced5301af6e22f47302fdbc3b1ff41f2b83c43c77ae5ca041771ddbf
|
checksum=8f77e8a7ced5301af6e22f47302fdbc3b1ff41f2b83c43c77ae5ca041771ddbf
|
||||||
|
@ -26,7 +26,6 @@ argtable-devel_package() {
|
||||||
argtable-doc_package() {
|
argtable-doc_package() {
|
||||||
short_desc+=" - documentation"
|
short_desc+=" - documentation"
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
archs=noarch
|
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/share/doc
|
vmove usr/share/doc
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue