kobodeluxe: remove noarch

This commit is contained in:
Đoàn Trần Công Danh 2020-11-22 09:25:09 +07:00
parent 6ed0347be7
commit 86a1d5c121
2 changed files with 3 additions and 12 deletions

View file

@ -1 +0,0 @@
kobodeluxe

View file

@ -1,19 +1,19 @@
# Template file for 'kobodeluxe'
pkgname=kobodeluxe
version=0.5.1
revision=2
revision=3
wrksrc="KoboDeluxe-${version}"
build_style=gnu-configure
configure_args="--sharedstatedir=/var/games"
hostmakedepends="pkg-config"
makedepends="SDL_image-devel"
depends="${pkgname}-data"
short_desc="Space shooter in 2D"
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
license="GPL-2"
license="GPL-2.0-or-later, LGPL-2.1-or-later"
homepage="http://olofson.net/kobodl"
distfiles="${homepage}/download/KoboDeluxe-${version}.tar.bz2"
checksum=0f7b910a399d985437564af8c5d81d6dcf22b96b26b01488d72baa6a6fdb5c2c
replaces="kobodeluxe-data>=0"
post_extract() {
bsdtar xf icons.tar.gz
@ -26,11 +26,3 @@ post_install() {
done
vinstall icons/KDE/icons/32x32/kobodl.png 644 usr/share/pixmaps
}
kobodeluxe-data_package() {
short_desc+=" - data files"
archs=noarch
pkg_install() {
vmove usr/share/kobo-deluxe
}
}