mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 19:02:57 +02:00
OpenCPN-gshhs-crude: drop noarch
This commit is contained in:
parent
80aee9c6a0
commit
a565859c2e
1 changed files with 1 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'OpenCPN-gshhs-crude'
|
# Template file for 'OpenCPN-gshhs-crude'
|
||||||
pkgname=OpenCPN-gshhs-crude
|
pkgname=OpenCPN-gshhs-crude
|
||||||
version=2.2.4
|
version=2.2.4
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc=opencpn
|
wrksrc=opencpn
|
||||||
short_desc="World shoreline data for OpenCPN Navigation software (Crude Quality)"
|
short_desc="World shoreline data for OpenCPN Navigation software (Crude Quality)"
|
||||||
maintainer="John <me@johnnynator.dev>"
|
maintainer="John <me@johnnynator.dev>"
|
||||||
|
@ -9,7 +9,6 @@ license="GPL-2.0-or-later"
|
||||||
homepage="https://opencpn.org/"
|
homepage="https://opencpn.org/"
|
||||||
distfiles="https://launchpad.net/~opencpn/+archive/ubuntu/opencpn/+files/opencpn-gshhs_${version}.orig.tar.xz"
|
distfiles="https://launchpad.net/~opencpn/+archive/ubuntu/opencpn/+files/opencpn-gshhs_${version}.orig.tar.xz"
|
||||||
checksum=bb45b68af09d5a995594748f507cd533505264f0483c8cb8425693331cccf203
|
checksum=bb45b68af09d5a995594748f507cd533505264f0483c8cb8425693331cccf203
|
||||||
archs=noarch
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
for file in gshhs/*; do
|
for file in gshhs/*; do
|
||||||
|
@ -19,7 +18,6 @@ do_install() {
|
||||||
|
|
||||||
OpenCPN-gshhs-low_package() {
|
OpenCPN-gshhs-low_package() {
|
||||||
short_desc="${short_desc/Crude/Low}"
|
short_desc="${short_desc/Crude/Low}"
|
||||||
archs=noarch
|
|
||||||
depends="OpenCPN-gshhs-crude"
|
depends="OpenCPN-gshhs-crude"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/share/opencpn/gshhs/poly-c-1.dat
|
vmove usr/share/opencpn/gshhs/poly-c-1.dat
|
||||||
|
@ -30,7 +28,6 @@ OpenCPN-gshhs-low_package() {
|
||||||
|
|
||||||
OpenCPN-gshhs-intermediate_package() {
|
OpenCPN-gshhs-intermediate_package() {
|
||||||
short_desc="${short_desc/Crude/Intermediate}"
|
short_desc="${short_desc/Crude/Intermediate}"
|
||||||
archs=noarch
|
|
||||||
depends="OpenCPN-gshhs-low"
|
depends="OpenCPN-gshhs-low"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/share/opencpn/gshhs/poly-i-1.dat
|
vmove usr/share/opencpn/gshhs/poly-i-1.dat
|
||||||
|
@ -41,7 +38,6 @@ OpenCPN-gshhs-intermediate_package() {
|
||||||
|
|
||||||
OpenCPN-gshhs-high_package() {
|
OpenCPN-gshhs-high_package() {
|
||||||
short_desc="${short_desc/Crude/High}"
|
short_desc="${short_desc/Crude/High}"
|
||||||
archs=noarch
|
|
||||||
depends="OpenCPN-gshhs-intermediate"
|
depends="OpenCPN-gshhs-intermediate"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/share/opencpn/gshhs/poly-h-1.dat
|
vmove usr/share/opencpn/gshhs/poly-h-1.dat
|
||||||
|
@ -52,7 +48,6 @@ OpenCPN-gshhs-high_package() {
|
||||||
|
|
||||||
OpenCPN-gshhs-full_package() {
|
OpenCPN-gshhs-full_package() {
|
||||||
short_desc="${short_desc/Crude/Full}"
|
short_desc="${short_desc/Crude/Full}"
|
||||||
archs=noarch
|
|
||||||
depends="OpenCPN-gshhs-high"
|
depends="OpenCPN-gshhs-high"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/share/opencpn/gshhs/poly-f-1.dat
|
vmove usr/share/opencpn/gshhs/poly-f-1.dat
|
||||||
|
|
Loading…
Add table
Reference in a new issue