Several updates

This commit is contained in:
2025-09-23 09:44:02 +02:00
parent 45662fe13d
commit 6390385952
8 changed files with 27 additions and 12 deletions
+4 -4
View File
@@ -7,8 +7,8 @@ EAPI=8
inherit toolchain-funcs
DESCRIPTION="Unarchiver for Amiga LZX archives"
SRC_URI="ftp://us.aminet.net/pub/aminet/misc/unix/${PN}.c.gz ftp://us.aminet.net/pub/aminet/misc/unix/${PN}.c.gz.readme"
HOMEPAGE="ftp://us.aminet.net/pub/aminet/misc/unix/${PN}.c.gz.readme"
SRC_URI="https://aminet.net/misc/unix/${PN}.c.gz https://aminet.net/misc/unix/${PN}.c.readme"
HOMEPAGE="https://aminet.net/misc/unix/${PN}.c.gz.readme"
SLOT="0"
LICENSE="freedist"
@@ -18,7 +18,7 @@ KEYWORDS="alpha amd64 ~hppa ppc sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~
src_unpack() {
mkdir "${S}"
gzip -dc "${DISTDIR}"/${PN}.c.gz > "${S}"/unlzx.c
cp "${DISTDIR}"/${PN}.c.gz.readme "${S}"/${PN}.c.gz.readme
cp "${DISTDIR}"/${PN}.c.readme "${S}"/${PN}.c.readme
}
src_compile() {
@@ -27,5 +27,5 @@ src_compile() {
src_install() {
dobin unlzx
dodoc unlzx.c.gz.readme
dodoc unlzx.c.readme
}