wok diff devede/receipt @ rev 25466

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 01 09:32:27 2022 +0000 (20 months ago)
parents bfabe25c21ff
children a3503ff52a2e
line diff
     1.1 --- a/devede/receipt	Sun Feb 13 18:01:32 2022 +0000
     1.2 +++ b/devede/receipt	Sat Oct 01 09:32:27 2022 +0000
     1.3 @@ -6,9 +6,9 @@
     1.4  SHORT_DESC="A program to create VideoDVDs and CDs"
     1.5  MAINTAINER="slaxemulator@gmail.com"
     1.6  LICENSE="GPL3"
     1.7 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.8 +TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://www.rastersoft.com/programas/devede.html"
    1.10 -WGET_URL="http://www.rastersoft.com/descargas/$TARBALL"
    1.11 +WGET_URL="https://github.com/rastersoft/Devede/archive/refs/tags/v$VERSION.tar.gz"
    1.12  
    1.13  DEPENDS="cdrkit dvdauthor mplayer mencoder pygtk ttf-dejavu vcdimager dbus-python"
    1.14  BUILD_DEPENDS="pygtk-dev vcdimager-dev"
    1.15 @@ -23,8 +23,6 @@
    1.16  # Rules to configure and make the package.
    1.17  compile_rules()
    1.18  {
    1.19 -	cd $src
    1.20 -	
    1.21  	./install.sh --DESTDIR=$DESTDIR \
    1.22  		--prefix=/usr \
    1.23  		--unistall=no \