wok-current diff nrg2iso/receipt @ rev 25730
Fix depend for xorg-server (libxshmfence)
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Thu Dec 05 13:05:56 2024 +0000 (10 days ago) |
parents | d7522d21c4d3 |
children |
line diff
1.1 --- a/nrg2iso/receipt Sat Feb 19 19:01:32 2022 +0000 1.2 +++ b/nrg2iso/receipt Thu Dec 05 13:05:56 2024 +0000 1.3 @@ -1,15 +1,16 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="nrg2iso" 1.7 -VERSION="0.4" 1.8 +VERSION="0.4.1" 1.9 CATEGORY="system-tools" 1.10 -SHORT_DESC="Convert CD (or DVD) image generated by Nero Burning Rom to ISO format" 1.11 +TAGS="CD DVD ISO9660" 1.12 +SHORT_DESC="Convert CD (or DVD) image generated by Nero Burning Rom to ISO format." 1.13 MAINTAINER="pascal.bellard@slitaz.org" 1.14 LICENSE="GPL2" 1.15 +WEB_SITE="http://gregory.kokanosky.free.fr/v4/linux/nrg2iso.en.html" 1.16 + 1.17 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.18 -WEB_SITE="http://gregory.kokanosky.free.fr/v4/linux/nrg2iso.en.html" 1.19 WGET_URL="http://gregory.kokanosky.free.fr/v4/linux/$TARBALL" 1.20 -TAGS="CD DVD ISO9660" 1.21 1.22 # What is the latest version available today? 1.23 current_version() 1.24 @@ -28,6 +29,5 @@ 1.25 genpkg_rules() 1.26 { 1.27 mkdir -p $fs/usr/bin 1.28 - cp $src/nrg2iso $fs/usr/bin 1.29 + cp $src/nrg2iso $fs/usr/bin 1.30 } 1.31 -