[mythtv-users] slackware packages

Matthew Schumacher schu at schu.net
Mon May 10 16:20:18 EDT 2004


John C. Forsythe wrote:
> i know there other myth based distros out but does anybody maintain up to date slackware packages?
>  
> Thanks

John, go download the packware package at:

http://packware.intersec.pl/pwbuilder-0.6.3-i486-1.tgz

Then copy the attached mythtv.pwbuild file to a directory called 
mythtv-cvs.  Then cd to mythtv-cvs and type pwbuilder and it will make a 
slackware package for you.

schu
-------------- next part --------------
#!/bin/sh

date=`date +%Y%m%d`
name="mythtv"
version="$date"
build="1"

_pwbuilder 0.6.2

_doc -d docs

cd ${src}

cvs -d :pserver:mythtv:mythtv at cvs.mythtv.org:/var/lib/mythcvs login

cvs -z3 -d :pserver:mythtv at cvs.mythtv.org:/var/lib/mythcvs checkout mythtv

mv mythtv mythtv-$date

tar cvzf mythtv-$date.tar.gz mythtv-$date

rm -rf mythtv-$date

_source -g http://www.mythtv.org/downloads/

_configure

cd ${src1}; qmake mythtv.pro

_make

_install

cp ${src1}/database/mc.sql ${pkg}/usr/local/share/mythtv/

cp ${src1}/setup/setup  ${pkg}/usr/local/bin/mythtvsetup




More information about the mythtv-users mailing list