wok-6.x rev 19640
kmod: also provides depmod
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jan 20 16:40:06 2017 +0100 (2017-01-20) |
parents | 29a6d4caed7a |
children | 2dad74422e4c |
files | beautifulsoup/receipt kmod/receipt |
line diff
1.1 --- a/beautifulsoup/receipt Fri Jan 20 16:19:33 2017 +0100 1.2 +++ b/beautifulsoup/receipt Fri Jan 20 16:40:06 2017 +0100 1.3 @@ -10,7 +10,7 @@ 1.4 TARBALL="$SOURCE-$VERSION.tar.gz" 1.5 WEB_SITE="http://www.crummy.com/software/BeautifulSoup/" 1.6 WGET_URL="${WEB_SITE}bs4/download/${VERSION%.*}/$TARBALL" 1.7 -PROVIDES="python-beautifulsoup" 1.8 +PROVIDE="python-beautifulsoup" 1.9 TAGS="parser XML HTML" 1.10 1.11 DEPENDS="python"
2.1 --- a/kmod/receipt Fri Jan 20 16:19:33 2017 +0100 2.2 +++ b/kmod/receipt Fri Jan 20 16:40:06 2017 +0100 2.3 @@ -9,7 +9,7 @@ 2.4 TARBALL="$PACKAGE-$VERSION.tar.xz" 2.5 WEB_SITE="https://www.kernel.org/pub/linux/utils/kernel/kmod/" 2.6 WGET_URL="$WEB_SITE$TARBALL" 2.7 -PROVIDE="modules-init-tools" 2.8 +PROVIDE="modules-init-tools depmod" 2.9 HOST_ARCH="i486 arm" 2.10 2.11 DEPENDS="zlib liblzma"