wok-stable rev 6508
Added devede. Makes video dvds and cds.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri Oct 01 20:27:25 2010 +0000 (2010-10-01) |
parents | 66e4a0dadf7d |
children | c90959c0a6b8 |
files | devede/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/devede/receipt Fri Oct 01 20:27:25 2010 +0000 1.3 @@ -0,0 +1,38 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="devede" 1.7 +VERSION="3.16.9" 1.8 +CATEGORY="multimedia" 1.9 +SHORT_DESC="A program to create VideoDVDs and CDs" 1.10 +MAINTAINER="slaxemulator@gmail.com" 1.11 +DEPENDS="cdrkit dvdauthor mplayer mencoder pygtk ttf-dejavu vcdimager" 1.12 +BUILD_DEPENDS="pygtk-dev vcdimager-dev" 1.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.14 +WEB_SITE="http://www.rastersoft.com/programas/devede.html" 1.15 +WGET_URL="http://www.rastersoft.com/descargas/$TARBALL" 1.16 + 1.17 +# Rules to configure and make the package. 1.18 +compile_rules() 1.19 +{ 1.20 + cd $src 1.21 + 1.22 + ./install.sh --DESTDIR=$PWD/_pkg \ 1.23 + --prefix=/usr \ 1.24 + --unistall=no \ 1.25 + --targeted=yes 1.26 + 1.27 + mkdir -p $PWD/_pkg/usr/share/applications 1.28 + cp -a $PACKAGE.desktop $PWD/_pkg/usr/share/applications/$PACKAGE.desktop 1.29 +} 1.30 + 1.31 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.32 +genpkg_rules() 1.33 +{ 1.34 + mkdir -p $fs/usr/share 1.35 + cp -a $_pkg/usr/bin $fs/usr 1.36 + cp -a $_pkg/usr/lib $fs/usr 1.37 + cp -a $_pkg/usr/share/applications $fs/usr/share 1.38 + cp -a $_pkg/usr/share/devede $fs/usr/share 1.39 + cp -a $_pkg/usr/share/pixmaps $fs/usr/share 1.40 +} 1.41 +