wok diff bchunk/receipt @ rev 21489
posixovl: update xattr.h path
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed May 01 16:45:54 2019 +0200 (2019-05-01) |
parents | 11b5e93cb5f2 |
children | 626c3828c08f |
line diff
1.1 --- a/bchunk/receipt Tue Jul 05 15:34:01 2016 +0300 1.2 +++ b/bchunk/receipt Wed May 01 16:45:54 2019 +0200 1.3 @@ -1,15 +1,16 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="bchunk" 1.7 -VERSION="1.2.0" 1.8 +VERSION="1.2.2" 1.9 CATEGORY="misc" 1.10 +TAGS="convert CD bin cue iso" 1.11 SHORT_DESC="Converts a CD image in a '.bin / .cue' format to '.iso'." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="GPL2" 1.14 WEB_SITE="http://he.fi/bchunk" 1.15 + 1.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 WGET_URL="$WEB_SITE/$TARBALL" 1.18 -TAGS="convert CD bin cue iso" 1.19 1.20 # Rules to configure and make the package. 1.21 compile_rules()