wok-6.x diff pcmciautils/receipt @ rev 25015
Add bzip3
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue May 17 11:06:25 2022 +0000 (2022-05-17) |
parents | 5d79829fa876 |
children |
line diff
1.1 --- a/pcmciautils/receipt Wed Jul 07 17:56:16 2021 +0000 1.2 +++ b/pcmciautils/receipt Tue May 17 11:06:25 2022 +0000 1.3 @@ -6,10 +6,9 @@ 1.4 SHORT_DESC="Utilities for inserting and removing PCMCIA cards" 1.5 MAINTAINER="pankso@slitaz.org" 1.6 LICENSE="GPL2" 1.7 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.8 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="https://mirrors.edge.kernel.org/pub/linux/utils/kernel/pcmcia/" 1.10 -#WGET_URL="https://www.kernel.org/pub/linux/utils/kernel/pcmcia/$TARBALL" 1.11 -WGET_URL="http://sourceware.mirrors.tds.net/pub/kernel.org/linux/utils/kernel/pcmcia/$TARBALL" 1.12 +WGET_URL="$WEB_SITE$TARBALL" 1.13 1.14 DEPENDS="linux sysfsutils udev" 1.15 BUILD_DEPENDS="sysfsutils-dev bison flex"