contrib/myththemes/Pkgfile

24 lines
495 B
Plaintext
Raw Normal View History

2006-11-19 22:26:53 +01:00
# Description: Homebrew PVR Project themes.
# URL: http://www.mythtv.org/
2008-04-11 13:10:07 +02:00
# Maintainer: Lucas Hazel, lucas at die dot net dot au
2007-01-20 03:21:06 +01:00
# Packager: James Mills, prologic at shortcircuit dot net dot au
2006-11-19 22:26:53 +01:00
#
# Depends on: qt3
2006-11-14 00:01:22 +01:00
name=myththemes
version=0.19
release=1
source=(http://www.mythtv.org/mc/$name-$version.tar.bz2)
build() {
2006-11-19 22:26:53 +01:00
cd $name-$version
2006-11-14 00:01:22 +01:00
2006-11-19 22:26:53 +01:00
./configure --prefix=$PKG/usr
qmake $name.pro
2006-11-14 00:01:22 +01:00
2006-11-19 22:26:53 +01:00
mkdir -p $PKG/usr
make INSTALL_ROOT=$PKG/usr install
2006-11-14 00:01:22 +01:00
2006-11-19 22:26:53 +01:00
chown root:root $PKG
2006-11-14 00:01:22 +01:00
}